diff options
-rw-r--r-- | include/ws_functions.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ws_functions.inc.php b/include/ws_functions.inc.php index d0b44b0be..ec9227d49 100644 --- a/include/ws_functions.inc.php +++ b/include/ws_functions.inc.php @@ -1360,6 +1360,7 @@ function ws_session_getStatus($params, &$service) { $res[$k] = $user[$k]; } + $res['pwg_token'] = get_pwg_token(); $res['charset'] = get_pwg_charset(); return $res; } |