From cf60b76d2d1867b6cca578367931f2b23ac017b3 Mon Sep 17 00:00:00 2001 From: WhatTheBuild <35202120+WhatTheBuild@users.noreply.github.com> Date: Sun, 7 Jan 2018 22:07:00 +0100 Subject: [PATCH] Fix Typo in themeSystem option --- yii2fullcalendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yii2fullcalendar.php b/yii2fullcalendar.php index 0998c65..cfd2f52 100644 --- a/yii2fullcalendar.php +++ b/yii2fullcalendar.php @@ -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);