mirror of
https://github.com/nextcloud/server.git
synced 2026-03-24 11:24:37 -04:00
don't force a full setup for getting storage stats
the auto-setup is good enough Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
791dc509d3
commit
7eca0a2553
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ class AjaxController extends Controller {
|
|||
* @NoAdminRequired
|
||||
*/
|
||||
public function getStorageStats(string $dir = '/'): JSONResponse {
|
||||
\OC_Util::setupFS();
|
||||
try {
|
||||
return new JSONResponse([
|
||||
'status' => 'success',
|
||||
|
|
|
|||
Loading…
Reference in a new issue