Passed
Push — master ( 123071...efb352 )
by Nicolaas
02:34
created
code/control/CountryPrice_Page_Controller_Extension.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 ($this->owner->request->getVar('nothing')) {
43 43
                             return;
44 44
                         } else {
45
-                            if(!strpos($newURL, '?')) {
45
+                            if (!strpos($newURL, '?')) {
46 46
                                 $newURL .= '?nothing=limitless';
47 47
                             } else {
48 48
                                 $newURL .= '&nothing=limitless';
Please login to merge, or discard this patch.