Skip to content

Commit

Permalink
Fix Typo in themeSystem option
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatTheBuild authored Jan 7, 2018
1 parent a1b6392 commit cf60b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yii2fullcalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ protected function getClientOptions()
}");

//add new theme information for the calendar
$options['themeSytem'] = $this->themeSystem;
$options['themeSystem'] = $this->themeSystem;

if ($this->eventRender){
$options['eventRender'] = new JsExpression($this->eventRender);
Expand Down

0 comments on commit cf60b76

Please sign in to comment.