MDL-39248 Display only plugins with available updates at plugins check
authorDavid Mudrák <david@moodle.com>
Fri, 19 Apr 2013 22:42:02 +0000 (00:42 +0200)
committerDavid Mudrák <david@moodle.com>
Fri, 19 Apr 2013 22:42:02 +0000 (00:42 +0200)
admin/renderer.php

index 5f96325..0f6b654 100644 (file)
@@ -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'])) {