diff options
Diffstat (limited to 'inc/io.php')
-rw-r--r-- | inc/io.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/io.php b/inc/io.php index 36cacaa92..f6ad79a4e 100644 --- a/inc/io.php +++ b/inc/io.php @@ -17,6 +17,8 @@ * @deprecated -> parserutils */ function io_cacheParse($file){ + trigger_error("deprecated io_cacheParse called"); + global $conf; global $CACHEGROUP; global $parser; //we read parser options |