From e74753c082fd08268ca013d7e62a9bed8d814b70 Mon Sep 17 00:00:00 2001 From: khenn Date: Fri, 4 Jun 2010 17:28:36 -0500 Subject: [PATCH] Not enough arguments to searchOther --- lib/WebGUI/Asset/Wobject/Thingy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {