aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_functions
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2015-12-20 11:49:49 +0100
committerplegall <plg@piwigo.org>2015-12-20 11:49:49 +0100
commitf28420acfeb5d69e9ea39cd8d00cf9775d6cea54 (patch)
tree65a071e5bc15aae7b3c57b117d536871779810af /include/ws_functions
parent5a6f37edf9fbaf4de3823658d302f83193d58793 (diff)
feature #346, give chunk size in pwg.session.getStatus response
Diffstat (limited to 'include/ws_functions')
-rw-r--r--include/ws_functions/pwg.php2
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;