@@ -104,7 +104,7 @@ class Journal extends Core
$this->data['journal'] = array();
}
- Dever::cache($key, $this->data);
+ Dever::cache($key, $this->data, 900);
return $this->data;