Merge pull request #11167 from owncloud/env-movetomountreenableproxy

Reenable file proxy when renaming between mount points
remotes/origin/fix-10825
Morris Jobke 12 years ago
commit 70937dabcd
  1. 1
      apps/files_encryption/hooks/hooks.php

@ -487,6 +487,7 @@ class Hooks {
unset(self::$renamedFiles[$params['oldpath']]);
} else {
\OCP\Util::writeLog('Encryption library', "can't get path and owner from the file before it was renamed", \OCP\Util::DEBUG);
\OC_FileProxy::$enabled = $proxyStatus;
return false;
}

Loading…
Cancel
Save