Not enough arguments to searchOther

This commit is contained in:
khenn 2010-06-04 17:28:36 -05:00
parent 5a329f8bf3
commit e74753c082

View file

@ -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 {