mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-10627 - "No message plugins installed" warning on admin page on head
This commit is contained in:
parent
98907dbaaa
commit
bb7053f3d8
@ -21,11 +21,7 @@
|
||||
function upgrade_plugins($type, $dir, $return) {
|
||||
global $CFG, $db;
|
||||
|
||||
if (!$plugs = get_list_of_plugins($dir) ) {
|
||||
debugging('No '.$type.' plugins installed!');
|
||||
return false;
|
||||
}
|
||||
|
||||
$plugs = get_list_of_plugins($dir);
|
||||
$updated_plugins = false;
|
||||
$strpluginsetup = get_string('pluginsetup');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user