normalize path to prevent following split to fail
This commit is contained in:
parent
ccdfb59426
commit
96ef926161
1 changed files with 2 additions and 0 deletions
|
@ -299,6 +299,8 @@ class Proxy extends \OC_FileProxy {
|
||||||
*/
|
*/
|
||||||
public function postFopen($path, &$result) {
|
public function postFopen($path, &$result) {
|
||||||
|
|
||||||
|
$path = \OC\Files\Filesystem::normalizePath($path);
|
||||||
|
|
||||||
if (!$result) {
|
if (!$result) {
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
|
|
Loading…
Reference in a new issue