diff --git a/lib/WebGUI/Asset/Wobject/WSClient.pm b/lib/WebGUI/Asset/Wobject/WSClient.pm index 58e836617..565580d15 100644 --- a/lib/WebGUI/Asset/Wobject/WSClient.pm +++ b/lib/WebGUI/Asset/Wobject/WSClient.pm @@ -376,7 +376,7 @@ sub view { # hashref } elsif (ref $return eq 'HASH') { - @result = $return undef; + @result = $return; # blessed object, to be stripped with Data::Structure::Util } elsif ( ref $return) {