Skip to content
Snippets Groups Projects
Commit 90e91a9d authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #11050 from owncloud/enc-flockfix

Remove passing by reference to allow for proper GC
parents d8c7a529 da9f9ae9
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment