From 99b7fc8dc08da090bb7f00c2882e1daeec4434ba Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Fri, 22 Jun 2018 08:54:54 +0200 Subject: Revert "use safer it:: variants of file funcs" This reverts commit 05e7ceefa1f0a29c665381b54ac882f260ae6c22. --- 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 bca1689..f433e14 100644 --- a/it_html.class +++ b/it_html.class @@ -597,7 +597,7 @@ function _itjs($files, $mode) $jsfile = ""; foreach ($filenames as $file) - $jsfile .= @it::file_get_contents($file); + $jsfile .= @file_get_contents($file); $result .= itjs::strip($jsfile); } -- cgit v1.2.3