Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
7afc76fb
Commit
7afc76fb
authored
Nov 15, 2016
by
Andrew Nicols
Committed by
Dan Poltawski
Nov 15, 2016
Browse files
Merge branch 'MDL-56952-master' of
git://github.com/damyon/moodle
parents
2d45ac27
20441318
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/classes/plugininfo/theme.php
View file @
7afc76fb
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment