From f8c2a8c404c3f8634fc51fb0ca532021380983fa Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Fri, 3 Oct 2014 14:59:45 +0200 Subject: plain php compatibility --- it_debug.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_debug.class') diff --git a/it_debug.class b/it_debug.class index 89258fd..19c35b3 100644 --- a/it_debug.class +++ b/it_debug.class @@ -161,7 +161,7 @@ static function dump($args) if ($htmlok) return "
$r\n"; else - return $ansiok ? "$r\n" : "\xe2\x96\x88 " . it::replace("\n" => "\n\xe2\x96\x88 ", "$r") . "\n"; + return $ansiok ? "$r\n" : "\xe2\x96\x88 " . it::replace(array("\n" => "\n\xe2\x96\x88 "), "$r") . "\n"; } /** -- cgit v1.2.3