@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | require_once 'common.inc.php'; |
13 | 13 | |
14 | -use smtech\CanvasPest\CanvasPest; |
|
15 | 14 | use smtech\ReflexiveCanvasLTI\LTI\ToolProvider; |
16 | 15 | use Battis\Educoder\Pest_Unauthorized; |
17 | 16 | use Battis\Educoder\Pest_ClientError; |
@@ -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... |