Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a8c438
)
MDL-39248 Display only plugins with available updates at plugins check
author
David Mudrák
<david@moodle.com>
Fri, 19 Apr 2013 22:42:02 +0000
(
00:42
+0200)
committer
David Mudrák
<david@moodle.com>
Fri, 19 Apr 2013 22:42:02 +0000
(
00:42
+0200)
admin/renderer.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/renderer.php
b/admin/renderer.php
index
5f96325
..
0f6b654
100644
(file)
--- a/
admin/renderer.php
+++ b/
admin/renderer.php
@@
-896,7
+896,7
@@
class core_admin_renderer extends plugin_renderer_base {
continue;
}
- } else if ($
isstandard and $
statusisboring and $dependenciesok and empty($availableupdates)) {
+ } else if ($statusisboring and $dependenciesok and empty($availableupdates)) {
// no change is going to happen to the plugin - display it only
// if the user wants to see the full list
if (empty($options['full'])) {