@@ -42,7 +42,7 @@ |
||
| 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 .= '¬hing=limitless'; |