@@ -35,7 +35,7 @@ |
||
| 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()) { |