mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
add missing GET param to getstoragestats url
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
parent
ee793572cb
commit
ca6a724503
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue