Merge branch 'wip-MDL-27825-master' of git://github.com/samhemelryk/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2011-06-14 12:32:47 +02:00
commit 260dd13064

View File

@ -153,7 +153,7 @@ if (!empty($CFG->enabledevicedetection) && empty($device)) {
//obsoleted or broken theme, just skip for now
continue;
}
if (!$CFG->themedesignermode && $theme->hidefromselector) {
if (empty($CFG->themedesignermode) && $theme->hidefromselector) {
// The theme doesn't want to be shown in the theme selector and as theme
// designer mode is switched off we will respect that decision.
continue;
@ -194,4 +194,4 @@ if (!empty($CFG->enabledevicedetection) && empty($device)) {
echo html_writer::table($table);
echo $OUTPUT->footer();
echo $OUTPUT->footer();