Merge branch 'MDL-39248-plugins-check' of git://github.com/mudrd8mz/moodle

This commit is contained in:
Dan Poltawski 2013-04-22 13:07:45 +01:00
commit 997f3022ad
3 changed files with 4 additions and 4 deletions

View 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'])) {