Skip to content
Commit a43d664c authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Fix public shared folder page when quota includes external storages



When the quota storage wrapper is used (that is, when the share owner
has a quota set) and "quota_include_external_storage" is enabled when
checking the free space "Filesystem::getFileInfo('', 'ext')" is called,
which requires the file system to have been initialized. This is
explicitly done now in "showShare" similar to what is done in
"downloadShare".

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent fa6eb1f1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment