normalize path to prevent following split to fail

This commit is contained in:
Florin Peter 2013-05-31 01:57:32 +02:00
parent ccdfb59426
commit 96ef926161
1 changed files with 2 additions and 0 deletions

View File

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