normalize path to prevent following split to fail

remotes/origin/stable6
Florin Peter 12 years ago
parent ccdfb59426
commit 96ef926161
  1. 2
      apps/files_encryption/lib/proxy.php

@ -299,6 +299,8 @@ class Proxy extends \OC_FileProxy {
*/
public function postFopen($path, &$result) {
$path = \OC\Files\Filesystem::normalizePath($path);
if (!$result) {
return $result;

Loading…
Cancel
Save