summaryrefslogtreecommitdiff
path: root/it_html.class
diff options
context:
space:
mode:
authorUrban Müller2018-06-27 15:13:03 +0200
committerUrban Müller2018-06-27 15:13:03 +0200
commit84fe0c2eaa7deb0681cfc8746434044a2fae53c6 (patch)
treef42b265a85d66262da30be905fa0d3e7d310a6e1 /it_html.class
parent3fc0d00f21b44d44ee1cf0513235e1b51340a290 (diff)
downloaditools-84fe0c2eaa7deb0681cfc8746434044a2fae53c6.tar.gz
itools-84fe0c2eaa7deb0681cfc8746434044a2fae53c6.tar.bz2
itools-84fe0c2eaa7deb0681cfc8746434044a2fae53c6.zip
reapply "use safer it:: variants of file funcs", was not the culprit in jussi downtimes
This reverts commit 99b7fc8dc08da090bb7f00c2882e1daeec4434ba.
Diffstat (limited to 'it_html.class')
-rw-r--r--it_html.class2
1 files changed, 1 insertions, 1 deletions
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);
}