aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/proxy.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_encryption/lib/proxy.php')
-rw-r--r--apps/files_encryption/lib/proxy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/proxy.php b/apps/files_encryption/lib/proxy.php
index c814e6cb55b..31d11338ef5 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);