Test Failed
Push — master ( 60d8a3...107a21 )
by Daniel
02:59
created
app/core/Redirect.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,6 +33,6 @@
 block discarded – undo
33 33
      */
34 34
     public static function createRedirect($location)
35 35
     {
36
-        header('location:' . $location);
36
+        header('location:'.$location);
37 37
     }
38 38
 }
Please login to merge, or discard this patch.