diff options
Diffstat (limited to 'include/ws_functions/pwg.users.php')
-rw-r--r-- | include/ws_functions/pwg.users.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ws_functions/pwg.users.php b/include/ws_functions/pwg.users.php index d8b70c6ae..345d8f661 100644 --- a/include/ws_functions/pwg.users.php +++ b/include/ws_functions/pwg.users.php @@ -251,6 +251,8 @@ SELECT } } + $users = trigger_change('ws_users_getList', $users); + return array( 'paging' => new PwgNamedStruct( array( |