summaryrefslogtreecommitdiff
path: root/inc/cache.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cache.php')
-rw-r--r--inc/cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cache.php b/inc/cache.php
index 900644d09..c01e17c3e 100644
--- a/inc/cache.php
+++ b/inc/cache.php
@@ -278,7 +278,7 @@ class cache_instructions extends cache_parser {
parent::cache_parser($id, $file, 'i');
}
- function retrieveCache() {
+ function retrieveCache($clean=true) {
$contents = io_readFile($this->cache, false);
return !empty($contents) ? unserialize($contents) : array();
}