Merge branch 'MDL-53770-master' of git://github.com/marinaglancy/moodle

This commit is contained in:
David Monllao 2016-04-12 10:54:03 +08:00
commit b79b53d452

View File

@ -69,4 +69,13 @@ class ltisource extends base {
$ADMIN->add($parentnodename, $settings);
}
}
/**
* Should there be a way to uninstall the plugin via the administration UI.
*
* @return bool
*/
public function is_uninstall_allowed() {
return true;
}
}