Completed
Push — master ( 10c7a1...3c0e9a )
by mains
02:39
created
php/View.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -317,7 +317,7 @@
 block discarded – undo
317 317
         {
318 318
             if($this->lastPostId == '')
319 319
             {
320
-                error_log('Could not find Posts in: ' . $this->city . ' Error: ' . print_r($data, true));
320
+                error_log('Could not find Posts in: ' . $this->city . ' Error: ' . print_r($data, TRUE));
321 321
                 //error_log(print_r($data, true));
322 322
 
323 323
                 $notFound[0] = array(
Please login to merge, or discard this patch.