There was an error while loading. Please reload this page.
2 parents fef4295 + 6110888 commit 6d04ad8Copy full SHA for 6d04ad8
2 files changed
lib/private/Files/Node/NonExistingFile.php
@@ -38,6 +38,14 @@ public function getId() {
38
}
39
40
41
+ public function getInternalPath() {
42
+ if ($this->fileInfo) {
43
+ return parent::getInternalPath();
44
+ } else {
45
+ return $this->getParent()->getMountPoint()->getInternalPath($this->getPath());
46
+ }
47
48
+
49
public function stat() {
50
throw new NotFoundException();
51
lib/private/Files/Node/NonExistingFolder.php
0 commit comments