diff --git a/lib/WebGUI/Asset/Wobject/Thingy.pm b/lib/WebGUI/Asset/Wobject/Thingy.pm index cc18c836b..d3046b7f9 100644 --- a/lib/WebGUI/Asset/Wobject/Thingy.pm +++ b/lib/WebGUI/Asset/Wobject/Thingy.pm @@ -1221,7 +1221,7 @@ sub www_editThing { $thingId = $self->addThing(\%properties,0); } else{ - %properties = $self->getThing($thingId); + %properties = %{$self->getThing($thingId)}; } $tabForm = WebGUI::TabForm->new($self->session, undef, undef, $self->getUrl('func=view'));