@@ -130,7 +130,7 @@ |
||
130 | 130 | foreach ($sites as $site) { |
131 | 131 | $options[] = [ |
132 | 132 | 'Label' => $site['domain'], |
133 | - 'URL' => $this->Link('select') . '?site_key=' . $site['site_key'] |
|
133 | + 'URL' => $this->Link('select').'?site_key='.$site['site_key'] |
|
134 | 134 | ]; |
135 | 135 | } |
136 | 136 |