Merged from 1.6. Fix for Bug #5767 - Section links block is removed from

course view after settings update.
This commit is contained in:
vyshane
2006-06-13 07:50:02 +00:00
parent ff1b2fadbe
commit 9dc3d3255d
+1 -1
View File
@@ -22,7 +22,7 @@ class block_section_links extends block_base {
}
function applicable_formats() {
return (array('course-view-weeks' => true, 'course-view-topics' => true));
return (array('course-view-weeks' => true, 'course-view-topics' => true, 'course-edit-weeks' => true, 'course-edit-topics' => true));
}
function get_content() {