From 9e93e368efea7436ea555a8cf905613028643df5 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 11 Apr 2012 09:41:22 +0000 Subject: Remove extra indention --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it.class') diff --git a/it.class b/it.class index 486d322..d08268d 100644 --- a/it.class +++ b/it.class @@ -384,7 +384,7 @@ static function replace($replacements, $string, $p = array()) $result = preg_replace($patterns, $replacements, $string, isset($p['limit']) ? $p['limit'] : -1); if ($result === null && preg_last_error() == PREG_BAD_UTF8_ERROR) - it::error("Invalid utf-8 in it::replace haystack: " . substr($string, 0, 500)); # UTF8SAFE + it::error("Invalid utf-8 in it::replace haystack: " . substr($string, 0, 500)); # UTF8SAFE return $result; } -- cgit v1.2.3