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_html.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_html.class') diff --git a/it_html.class b/it_html.class index f433e14..bca1689 100644 --- a/it_html.class +++ b/it_html.class @@ -597,7 +597,7 @@ function _itjs($files, $mode) $jsfile = ""; foreach ($filenames as $file) - $jsfile .= @file_get_contents($file); + $jsfile .= @it::file_get_contents($file); $result .= itjs::strip($jsfile); } -- cgit v1.2.3