Skip to content

Commit

Permalink
Merge pull request #50 from marijnkampf/patch-1
Browse files Browse the repository at this point in the history
Call to extend() in index for controller
  • Loading branch information
unclecheese committed May 21, 2014
2 parents e336d06 + d2cc629 commit 50c587d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ public function respond() {
}

public function index(SS_HTTPRequest $r) {
$this->extend('index',$r);
switch($this->DefaultView) {
case "month":
return $this->redirect($this->Link('show/month'));
Expand Down

0 comments on commit 50c587d

Please sign in to comment.