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

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;