summaryrefslogtreecommitdiff
path: root/inc/parserutils.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parserutils.php')
-rw-r--r--inc/parserutils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parserutils.php b/inc/parserutils.php
index 57a0c68ca..7b041ece8 100644
--- a/inc/parserutils.php
+++ b/inc/parserutils.php
@@ -154,7 +154,7 @@ function p_cached_output($file, $format='xhtml', $id='') {
if ($info['cache']) {
$cache->storeCache($parsed); //save cachefile
- if($conf['allowdebug']) $parsed .= "\n<!-- no cachefile used, but created -->\n";
+ if($conf['allowdebug']) $parsed .= "\n<!-- no cachefile used, but created {$cache->cache} -->\n";
}else{
$cache->removeCache(); //try to delete cachefile
if($conf['allowdebug']) $parsed .= "\n<!-- no cachefile used, caching forbidden -->\n";