瀏覽代碼

Fix error when viewing expired link

tags/v7.0.0alpha2
Robin Appelman 10 年之前
父節點
當前提交
3d0661a1e7
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      lib/private/files/filesystem.php

+ 3
- 0
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…
取消
儲存