mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
A little more info when upgrading plugins
This commit is contained in:
parent
344e5c5397
commit
05b4211927
@ -91,7 +91,7 @@ function upgrade_plugins($type, $dir, $return) {
|
||||
}
|
||||
$updated_plugins = true;
|
||||
upgrade_log_start();
|
||||
print_heading($plugin->name .' plugin needs upgrading');
|
||||
print_heading($dir.'/'. $plugin->name .' plugin needs upgrading');
|
||||
$db->debug = true;
|
||||
@set_time_limit(0); // To allow slow databases to complete the long SQL
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user