Merge branch 'MDL-46472_master' of git://github.com/dmonllao/moodle

This commit is contained in:
Andrew Nicols 2014-12-16 10:35:48 +08:00
commit 8fab443931

View File

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