moodle_page: MDL-12212 Unbreak home page when editing is on

This commit is contained in:
tjhunt
2009-05-06 09:00:58 +00:00
parent b80e3a9c47
commit 60dfb02a02
+2 -1
View File
@@ -710,7 +710,8 @@ function page_map_class($type, $classname = NULL) {
if ($mappings === NULL) {
$mappings = array(
PAGE_COURSE_VIEW => 'page_course'
PAGE_COURSE_VIEW => 'page_course',
'site-index' => 'page_course'
);
}