From: moodler Date: Tue, 19 Jun 2007 16:27:04 +0000 (+0000) Subject: Only print notice when debugging MDL-10170 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=05f167f421ce73140064a384014ebf4878856b2e;p=moodle.git Only print notice when debugging MDL-10170 --- diff --git a/lib/adminlib.php b/lib/adminlib.php index ff374f12d0..c2a82a3483 100644 --- a/lib/adminlib.php +++ b/lib/adminlib.php @@ -22,7 +22,7 @@ function upgrade_plugins($type, $dir, $return) { global $CFG, $db; if (!$plugs = get_list_of_plugins($dir) ) { - notify('No '.$type.' plugins installed!'); + debugging('No '.$type.' plugins installed!'); return false; }