mirror of
https://github.com/moodle/moodle.git
synced 2025-02-12 11:32:04 +01:00
Merge branch 'MDL-46472_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
8fab443931
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user