@@ -177,7 +177,7 @@ |
||
177 | 177 | return true; |
178 | 178 | } |
179 | 179 | |
180 | - if ($this->isDomainExpression($reference) && @preg_match('/' . $reference . '/', $hostedDomain)) { |
|
180 | + if ($this->isDomainExpression($reference) && @preg_match('/'.$reference.'/', $hostedDomain)) { |
|
181 | 181 | // Hosted domain is correct. |
182 | 182 | return true; |
183 | 183 | } |