Skip to content

Commit

Permalink
Merge pull request #106 from WhatTheBuild/master
Browse files Browse the repository at this point in the history
Fix Typo in themeSystem option
  • Loading branch information
philippfrenzel authored Jan 8, 2018
2 parents a1b6392 + cf60b76 commit bfc8cd3
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 bfc8cd3

Please sign in to comment.