Skip to content

Commit

Permalink
Merge branch 'MDL-23657' of git://git.luns.net.uk/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Jan 10, 2011
2 parents 9e41043 + e60a00f commit 6b9240c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blocks/calendar_month/block_calendar_month.php
Expand Up @@ -40,8 +40,6 @@ function get_content() {
calendar_set_referring_course(0);

} else {
//MDL-14693: fix calendar on resource page
$courseshown = optional_param( 'id', $this->page->course->id, PARAM_INT );
// Forcibly filter events to include only those from the particular course we are in.
$filtercourse = array($courseshown => $this->page->course);
$groupeventsfrom = array($courseshown => 1);
Expand Down

0 comments on commit 6b9240c

Please sign in to comment.