mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +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() {
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue