mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Merge branch 'MDL-58114-master-excparams' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
291767fbfe
@ -1942,7 +1942,7 @@ class core_plugin_manager {
|
||||
|
||||
if (!$this->is_plugin_folder_removable($plugin->component)) {
|
||||
throw new moodle_exception('err_removing_unremovable_folder', 'core_plugin', '',
|
||||
array('plugin' => $pluginfo->component, 'rootdir' => $pluginfo->rootdir),
|
||||
array('plugin' => $plugin->component, 'rootdir' => $plugin->rootdir),
|
||||
'plugin root folder is not removable as expected');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user