summaryrefslogtreecommitdiff
path: root/inc/cache.php
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-02-17 19:12:41 +0100
committerGerrit Uitslag <klapinklapin@gmail.com>2014-02-17 19:12:41 +0100
commitd7fd4c3e04fcbbf463c35763e008527d3c9ad59f (patch)
treeee5070091eaed6a66096100ab59c4d200f3f06c0 /inc/cache.php
parent0e2431b761b5c24b59109867ec74d7647d16131f (diff)
downloadrpg-d7fd4c3e04fcbbf463c35763e008527d3c9ad59f.tar.gz
rpg-d7fd4c3e04fcbbf463c35763e008527d3c9ad59f.tar.bz2
Add dynamic declared _time attribute to cache object
Diffstat (limited to 'inc/cache.php')
-rw-r--r--inc/cache.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cache.php b/inc/cache.php
index 5eac94934..8453fe3e9 100644
--- a/inc/cache.php
+++ b/inc/cache.php
@@ -16,6 +16,7 @@ class cache {
// used by _useCache to determine cache validity
var $_event = ''; // event to be triggered during useCache
+ var $_time;
function cache($key,$ext) {
$this->key = $key;