diff options
Diffstat (limited to 'app/php/controls/CalendarScaffold.php')
-rw-r--r-- | app/php/controls/CalendarScaffold.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/php/controls/CalendarScaffold.php b/app/php/controls/CalendarScaffold.php index 1a25cce..c95cce7 100644 --- a/app/php/controls/CalendarScaffold.php +++ b/app/php/controls/CalendarScaffold.php @@ -31,7 +31,7 @@ class CalendarScaffold extends FacadeTemplateControl { } } - private function _rebindData($refresh = FALSE) { + private function _rebindData(bool $refresh = FALSE) { $this->_rebindCategoryList( $this->_getCategories() ); @@ -40,7 +40,7 @@ class CalendarScaffold extends FacadeTemplateControl { ); } - private function _getCalendars($refresh = FALSE) { + private function _getCalendars(bool $refresh = FALSE) { if ($refresh) { $this->clearViewState('Calendars'); } |