diff options
Diffstat (limited to 'include/ws_functions/pwg.php')
-rw-r--r-- | include/ws_functions/pwg.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ws_functions/pwg.php b/include/ws_functions/pwg.php index b96338eaf..6d9d49fcc 100644 --- a/include/ws_functions/pwg.php +++ b/include/ws_functions/pwg.php @@ -339,6 +339,8 @@ function ws_session_getStatus($params, &$service) ) ) ); + + $res['upload_form_chunk_size'] = $conf['upload_form_chunk_size']; } return $res; |