Completed
Push — develop ( b1c313...3d0dce )
by Seth
02:35
created
src/SyncIntoCanvas/Calendar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -257,7 +257,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.