Skip to content

Commit

Permalink
Merge branch 'MDL-46472_master' of git://github.com/dmonllao/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 16, 2014
2 parents 985a121 + ba872d3 commit 8fab443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/plugininfo/theme.php
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8fab443

Please sign in to comment.