Share: fix cache put function
This commit is contained in:
parent
4b65dd608a
commit
0ac78a6411
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class Shared_Cache extends Cache {
|
|||
*/
|
||||
public function put($file, array $data) {
|
||||
if ($cache = $this->getSourceCache($file)) {
|
||||
return $cache->put($this->files[$file]);
|
||||
return $cache->put($this->files[$file], $data);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue