Skip to content

Commit

Permalink
Merge pull request #118 from SilbinaryWolf/fix-events
Browse files Browse the repository at this point in the history
fix(Calendar): Remove unnecessary Events() call in 'index'
  • Loading branch information
Aaron Carlino authored Nov 12, 2016
2 parents 7fda123 + e8f0938 commit 3575f4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,6 @@ public function index(SS_HTTPRequest $r) {

default:
$this->setDefaultView();
$list = $this->Events();
return $this->respond();
break;

Expand Down

0 comments on commit 3575f4d

Please sign in to comment.