diff options
author | Urban Müller | 2018-06-22 08:54:54 +0200 |
---|---|---|
committer | Urban Müller | 2018-06-22 08:54:54 +0200 |
commit | 99b7fc8dc08da090bb7f00c2882e1daeec4434ba (patch) | |
tree | 30e2348c995d39d153c0d2056ee2fb69190f7862 /it_html.class | |
parent | 3dabbbd5325c9fad9582cd44b1da68dece78eaa0 (diff) | |
download | itools-99b7fc8dc08da090bb7f00c2882e1daeec4434ba.tar.gz itools-99b7fc8dc08da090bb7f00c2882e1daeec4434ba.tar.bz2 itools-99b7fc8dc08da090bb7f00c2882e1daeec4434ba.zip |
Revert "use safer it:: variants of file funcs"
This reverts commit 05e7ceefa1f0a29c665381b54ac882f260ae6c22.
Diffstat (limited to 'it_html.class')
-rw-r--r-- | it_html.class | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |