MDL-39088 migrate admin tool uninstallation to plugin_manager

This commit is contained in:
Petr Škoda
2013-06-27 22:20:36 +02:00
parent 0a53e5c5ae
commit 958b0af64f
3 changed files with 4 additions and 41 deletions
-4
View File
@@ -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()));
}
}