Test Setup Failed
Pull Request — master (#41)
by Bob
09:08
created
src/lib/updateCCPData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     if (!isset($lastChecked)) {
43 43
         $lastChecked = 1;
44 44
     }
45
-    if (time() < $lastChecked){
45
+    if (time() < $lastChecked) {
46 46
         return null;
47 47
     }
48 48
     $md5 = explode(" ", downloadData($ccpDataMD5URL))[0];
Please login to merge, or discard this patch.