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

Fix error when viewing expired link
remotes/origin/ldap_group_count
icewind1991 12 years ago
commit c8801a41d8
  1. 3
      lib/private/files/filesystem.php

@ -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