diff --git a/apps/files_encryption/lib/proxy.php b/apps/files_encryption/lib/proxy.php index c814e6cb55b6a46f28b9d42566ab8045882bed68..31d11338ef50fded70615f7b08a26dc5b93580c5 100644 --- a/apps/files_encryption/lib/proxy.php +++ b/apps/files_encryption/lib/proxy.php @@ -247,7 +247,7 @@ class Proxy extends \OC_FileProxy { * @param resource $result * @return resource */ - public function postFopen($path, &$result) { + public function postFopen($path, $result) { $path = \OC\Files\Filesystem::normalizePath($path);