[PLUGINS] Removed direct call of EndCache events on all plugins, as it is now handled by the library
This commit is contained in:
committed by
Diogo Cordeiro
parent
b214d8b6ee
commit
e2e8885ce3
@@ -98,7 +98,6 @@ class InProcessCachePlugin extends Plugin
|
||||
} else {
|
||||
$this->_hits[$key] = 1;
|
||||
}
|
||||
Event::handle('EndCacheGet', array($key, &$value));
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user