Merge branch 'MDL-56952-master' of git://github.com/damyon/moodle

This commit is contained in:
Andrew Nicols 2016-11-15 10:18:01 +08:00
commit 857a0ab60e

View file

@ -34,7 +34,7 @@ class theme extends base {
public function is_uninstall_allowed() { public function is_uninstall_allowed() {
global $CFG; global $CFG;
if ($this->name === 'base' or $this->name === 'bootstrapbase') { if ($this->name === 'bootstrapbase') {
// All of these are protected for now. // All of these are protected for now.
return false; return false;
} }