@@ -125,7 +125,7 @@ discard block |
||
125 | 125 | **/ |
126 | 126 | public function filterEvent($event, $calendarCache) |
127 | 127 | { |
128 | - return ( |
|
128 | + return ( |
|
129 | 129 | ( |
130 | 130 | // TODO actual multi-day events would be nice |
131 | 131 | // only include first day of multi-day events |
@@ -134,7 +134,7 @@ discard block |
||
134 | 134 | ) && |
135 | 135 | ( |
136 | 136 | // include this event if filtering is off... |
137 | - $calendarCache['enable_regexp_filter'] == false || |
|
137 | + $calendarCache['enable_regexp_filter'] == false || |
|
138 | 138 | ( |
139 | 139 | ( |
140 | 140 | ( // if filtering is on, and there's an include pattern test that pattern... |