Skip to content

Commit

Permalink
MDL-10627 - "No message plugins installed" warning on admin page on head
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed Jul 27, 2007
1 parent 98907db commit bb7053f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/adminlib.php
Expand Up @@ -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');

Expand Down

0 comments on commit bb7053f

Please sign in to comment.