Completed
Push — master ( c41372...e6a376 )
by Simon
04:10
created
code/controllers/ShortListController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,12 +36,12 @@
 block discarded – undo
36 36
     public function index($request)
37 37
     {
38 38
         if (($shortlist = $this->getSessionShortList())) {
39
-            return $this->redirect(Config::inst()->get('ShortList', 'URLSegment') . $shortlist->URL);
39
+            return $this->redirect(Config::inst()->get('ShortList', 'URLSegment').$shortlist->URL);
40 40
         } else {
41 41
             $CrawlerDetect = new CrawlerDetect;
42 42
 
43 43
             // Check the user agent of the current 'visitor'
44
-            if($CrawlerDetect->isCrawler()) {
44
+            if ($CrawlerDetect->isCrawler()) {
45 45
                 return $this->httpError(403);
46 46
             }
47 47
 
Please login to merge, or discard this patch.