Skip to content

Commit

Permalink
Merged from 1.6. Fix for Bug #5767 - Section links block is removed from
Browse files Browse the repository at this point in the history
course view after settings update.
  • Loading branch information
vyshane committed Jun 13, 2006
1 parent ff1b2fa commit 9dc3d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/section_links/block_section_links.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function instance_config($instance) {
}

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() {
Expand Down

0 comments on commit 9dc3d32

Please sign in to comment.