MDL-39088 migrate admin tool uninstallation to plugin_manager
This commit is contained in:
@@ -3868,10 +3868,6 @@ class plugininfo_tool extends plugininfo_base {
|
||||
public function is_uninstall_allowed() {
|
||||
return true;
|
||||
}
|
||||
|
||||
public function get_uninstall_url() {
|
||||
return new moodle_url('/admin/tools.php', array('delete' => $this->name, 'sesskey' => sesskey()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user