mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-58114-master-excparams' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
291767fbfe
1 changed files with 1 additions and 1 deletions
|
@ -1942,7 +1942,7 @@ class core_plugin_manager {
|
||||||
|
|
||||||
if (!$this->is_plugin_folder_removable($plugin->component)) {
|
if (!$this->is_plugin_folder_removable($plugin->component)) {
|
||||||
throw new moodle_exception('err_removing_unremovable_folder', 'core_plugin', '',
|
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');
|
'plugin root folder is not removable as expected');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue