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

* Returns path like /admin/files * Returns path like /admin/files
*/ */
static public function getRoot() { static public function getRoot() {
if (!self::$defaultInstance) {
return null;
}
return self::$defaultInstance->getRoot(); return self::$defaultInstance->getRoot();
} }



Loading…
Cancel
Save