Ver código fonte

Fix error when viewing expired link

tags/v7.0.0alpha2
Robin Appelman 10 anos atrás
pai
commit
3d0661a1e7
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      lib/private/files/filesystem.php

+ 3
- 0
lib/private/files/filesystem.php Ver arquivo

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


Carregando…
Cancelar
Salvar