add missing GET param to getstoragestats url

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
pull/33111/head
Julien Veyssier 2022-07-05 13:43:58 +07:00
parent ee793572cb
commit ca6a724503
No known key found for this signature in database
GPG Key ID: 4141FEE162030638
1 changed files with 1 additions and 1 deletions

@ -25,7 +25,7 @@
state.call.abort();
}
state.dir = currentDir;
state.call = $.getJSON(OC.generateUrl('apps/files/ajax/getstoragestats', {
state.call = $.getJSON(OC.generateUrl('apps/files/ajax/getstoragestats?dir={dir}', {
dir: currentDir,
}), function(response) {
state.dir = null;