diff options
author | chris <chris@jalakai.co.uk> | 2006-09-23 22:36:09 +0200 |
---|---|---|
committer | chris <chris@jalakai.co.uk> | 2006-09-23 22:36:09 +0200 |
commit | bb4866bd74ec6b55bf41e75c158d940dced91f2f (patch) | |
tree | fd3bf3458189d8ef7d5854720af2f825fd874d28 /inc/cache.php | |
parent | a424cd8e52ec6e1e860e19467c8cea23871f611f (diff) | |
download | dokuwiki-bb4866bd74ec6b55bf41e75c158d940dced91f2f.tar.gz dokuwiki-bb4866bd74ec6b55bf41e75c158d940dced91f2f.zip |
minor bugfix and boring error removal
darcs-hash:20060923203609-9b6ab-ecca679faa254a29772868508050fcf3206b0814.gz
Diffstat (limited to 'inc/cache.php')
-rw-r--r-- | inc/cache.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cache.php b/inc/cache.php index 491fe1923..ae27f4e9e 100644 --- a/inc/cache.php +++ b/inc/cache.php @@ -181,6 +181,7 @@ class cache_parser extends cache { } function _addDependencies() { + global $conf; $this->depends['age'] = isset($this->depends['age']) ? min($this->depends['age'],$conf['cachetime']) : $conf['cachetime']; |