mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-39248-plugins-check' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
997f3022ad
3 changed files with 4 additions and 4 deletions
|
@ -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'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue