diff options
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -314,7 +314,7 @@ static function toascii($text) * @param $p['extended'] add modifier x (non signifcant whitespace) * @return converted regex to use with preg */ -static function convertregex($pattern, $p = array()) +static function convertregex($pattern, $p = null) { if ($p['exec']) it::fatal("Option exec to it::replace has been removed for security reasons"); |