From 84fe0c2eaa7deb0681cfc8746434044a2fae53c6 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Wed, 27 Jun 2018 15:13:03 +0200 Subject: reapply "use safer it:: variants of file funcs", was not the culprit in jussi downtimes This reverts commit 99b7fc8dc08da090bb7f00c2882e1daeec4434ba. --- 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 b53a192..d2aeb04 100644 --- a/it_debug.class +++ b/it_debug.class @@ -62,7 +62,7 @@ static function srcline($stackoffs = 0) $file = $stack[1 + $stackoffs]['file']; if (!isset($GLOBALS['it_debug::dump source'][$file])) - $GLOBALS['it_debug::dump source'][$file] = @file($file); + $GLOBALS['it_debug::dump source'][$file] = @it::file($file); return $GLOBALS['it_debug::dump source'][$file][$line-1]; } -- cgit v1.2.3