Browse Source

Fix error when viewing expired link

tags/v7.0.0alpha2
Robin Appelman 10 years ago
parent
commit
3d0661a1e7
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      lib/private/files/filesystem.php

+ 3
- 0
lib/private/files/filesystem.php View File

@@ -374,6 +374,9 @@ class Filesystem {
* Returns path like /admin/files
*/
static public function getRoot() {
if (!self::$defaultInstance) {
return null;
}
return self::$defaultInstance->getRoot();
}


Loading…
Cancel
Save