Share: fix cache put function

remotes/origin/stable5
Robin Appelman 13 years ago
parent 4b65dd608a
commit 0ac78a6411
  1. 2
      apps/files_sharing/lib/cache.php

@ -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…
Cancel
Save