@@ -30,7 +30,7 @@ |
||
30 | 30 | } |
31 | 31 | if (!ctype_alnum($legalUrl[0])) { |
32 | 32 | // Probably a regex. Suppress errors incase the format is invalid |
33 | - $result = @preg_match($legalUrl, $service); |
|
33 | + $result = @preg_match($legalUrl, $service); |
|
34 | 34 | if ($result === 1) { |
35 | 35 | return true; |
36 | 36 | } elseif ($result === false) { |