Skip to content
Snippets Groups Projects
Commit 8fed17ed authored by Gerrit Uitslag's avatar Gerrit Uitslag
Browse files

code formatting cache

parent d742dc26
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ class cache {
$this->_addDependencies();
if ($this->_event) {
return $this->_stats(trigger_event($this->_event,$this,array($this,'_useCache')));
return $this->_stats(trigger_event($this->_event, $this, array($this,'_useCache')));
} else {
return $this->_stats($this->_useCache());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment