fix getPermissionsCache for storage wrapper

remotes/origin/stable6
Robin Appelman 13 years ago
parent cd8f0c21ce
commit 4e490b0688
  1. 2
      lib/files/storage/wrapper/wrapper.php

@ -395,7 +395,7 @@ class Wrapper implements \OC\Files\Storage\Storage {
* @return \OC\Files\Cache\Permissions
*/
public function getPermissionsCache($path = '') {
return $this->storage->getPermissions($path);
return $this->storage->getPermissionsCache($path);
}
/**

Loading…
Cancel
Save