@@ -257,7 +257,7 @@ |
||
257 | 257 | $this->logThrow(new Exception("Cannot sync calendars without a valid Canvas context"), $log); |
258 | 258 | } |
259 | 259 | |
260 | - if (!DataUtilities::URLexists($this>getFeedUrl())) { |
|
260 | + if (!DataUtilities::URLexists($this > getFeedUrl())) { |
|
261 | 261 | $this->logThrow(new Exception("Cannot sync calendars with a valid calendar feed"), $log); |
262 | 262 | } |
263 | 263 |