fix: Thingy: edit thing doesn't show any saved properties

This commit is contained in:
Yung Han Khoe 2008-05-02 17:20:20 +00:00
parent 4cb2afd998
commit 032d85c12d

View file

@ -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'));