File webservices/soap/ws-user-account.php variable $Encoder not defined
micheldiemer opened this issue · 1 comments
micheldiemer commented
function doXMLEncodeQueryResults($pUsername, $pQueryResult,
$pEncodeOutput){
Add
global $Encoder;
otherwise $Encoder->encodeForHTML($row->username) (in the while loop) generates an error
webpwnized commented
Thanks. Fixed in 2.10.8 which will be pushed by 10/18/2022