Completed
Push — master ( 9f2e1e...0a56d8 )
by mains
02:51
created
index.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 	}
50 50
 	if(!isset($posts[0]))
51 51
 	{
52
-		error_log('Fehler: ' . print_r($posts, true));
52
+		error_log('Fehler: ' . print_r($posts, TRUE));
53 53
 	}
54 54
 ?>
55 55
 <!DOCTYPE html>
Please login to merge, or discard this patch.