Completed
Branch master (9794e1)
by Simon
02:00
created
code/controllers/ShortListController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     public function index($request)
36 36
     {
37 37
         if (($shortlist = $this->getSessionShortList())) {
38
-            return $this->redirect(Config::inst()->get('ShortList', 'URLSegment') . $shortlist->URL);
38
+            return $this->redirect(Config::inst()->get('ShortList', 'URLSegment').$shortlist->URL);
39 39
         } else {
40 40
             /*
41 41
 if (!ShortList::isBrowser()) {
Please login to merge, or discard this patch.