diff --git a/lib/WebGUI/Asset/Wobject/Thingy.pm b/lib/WebGUI/Asset/Wobject/Thingy.pm index 4ff5b4ff2..ed2b8c692 100644 --- a/lib/WebGUI/Asset/Wobject/Thingy.pm +++ b/lib/WebGUI/Asset/Wobject/Thingy.pm @@ -2619,7 +2619,7 @@ sub www_editThingDataSave { elsif ($thingProperties->{afterSave} =~ m/^addOther_/x){ $otherThingId = $thingProperties->{afterSave}; $otherThingId =~ s/^addOther_//x; - return $self->www_editThingData($otherThingId,"new",undef,"resetForm"); + return $self->www_editThingData($otherThingId,"new",undef,undef,"resetForm"); } # if afterSave is thingy default or in any other case return www_view() else {