mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-56952-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
857a0ab60e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class theme extends base {
|
|||
public function is_uninstall_allowed() {
|
||||
global $CFG;
|
||||
|
||||
if ($this->name === 'base' or $this->name === 'bootstrapbase') {
|
||||
if ($this->name === 'bootstrapbase') {
|
||||
// All of these are protected for now.
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue