Merge branch 'MDL-35666-master' of git://github.com/mouneyrac/moodle

This commit is contained in:
Sam Hemelryk
2013-06-12 10:14:14 +12:00
3 changed files with 3 additions and 15 deletions
+1 -6
View File
@@ -3921,12 +3921,7 @@ class plugininfo_webservice extends plugininfo_base {
}
public function is_uninstall_allowed() {
return true;
}
public function get_uninstall_url() {
return new moodle_url('/admin/webservice/protocols.php',
array('sesskey' => sesskey(), 'action' => 'uninstall', 'webservice' => $this->name));
return false;
}
}