Skip to content
Snippets Groups Projects
Commit c8801a41 authored by Robin Appelman's avatar Robin Appelman
Browse files

Merge pull request #8324 from owncloud/expired-link-error

Fix error when viewing expired link
parents 704b9e6a 3d0661a1
No related branches found
No related tags found
No related merge requests found
......@@ -374,6 +374,9 @@ class Filesystem {
* Returns path like /admin/files
*/
static public function getRoot() {
if (!self::$defaultInstance) {
return null;
}
return self::$defaultInstance->getRoot();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment