@@ -330,7 +330,7 @@ |
||
330 | 330 | case 'device-specific:redirect': |
331 | 331 | $redirect = $opt[1]; |
332 | 332 | if (!empty($profile->device_id)) { |
333 | - $redirect .= ':' . $profile->device_id; |
|
333 | + $redirect .= ':'.$profile->device_id; |
|
334 | 334 | } |
335 | 335 | break; |
336 | 336 | case 'profile:name': |