@@ -50,7 +50,7 @@ |
||
50 | 50 | |
51 | 51 | // Remove the channel name and the beginning slash from the service string |
52 | 52 | $channel = $subscriptionStatus->channel; |
53 | - $service = preg_replace('/\/' . preg_quote($channel, '/') . '$/', '', $service); |
|
53 | + $service = preg_replace('/\/'.preg_quote($channel, '/').'$/', '', $service); |
|
54 | 54 | |
55 | 55 | return explode('/', $service); |
56 | 56 | } |