Merge branch 'MDL-45501-27' of git://github.com/ankitagarwal/moodle into MOODLE_27_STABLE

This commit is contained in:
Dan Poltawski
2014-05-20 13:23:40 +08:00
+9
View File
@@ -53,4 +53,13 @@ class availability extends base {
return $enabled;
}
/**
* Defines if there should be a way to uninstall the plugin via the administration UI.
*
* @return bool
*/
public function is_uninstall_allowed() {
return true;
}
}