MDL-14924 fixed typo - thanks bouley Hélène

This commit is contained in:
skodak
2009-02-07 11:14:57 +00:00
parent 791733eaab
commit 7d3d94eee5
+1 -1
View File
@@ -160,7 +160,7 @@ function upgrade_plugins($type, $dir, $return) {
$installfunction = $plugin->name.'_install';
if (function_exists($installfunction)) {
if (! $installfunction() ) {
notify('Encountered a problem running install function for '.$module->name.'!');
notify('Encountered a problem running install function for '.$plugin->name.'!');
}
}
}