From b662855cff2ad7d965ec7e664e5a1c84f7c0a9b5 Mon Sep 17 00:00:00 2001 From: Len Kranendonk Date: Fri, 6 Aug 2004 11:49:14 +0000 Subject: [PATCH] Please test your modifications before checking it in --- lib/WebGUI/Wobject/WSClient.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Wobject/WSClient.pm b/lib/WebGUI/Wobject/WSClient.pm index 1987dbba6..47c151ac0 100644 --- a/lib/WebGUI/Wobject/WSClient.pm +++ b/lib/WebGUI/Wobject/WSClient.pm @@ -273,7 +273,7 @@ sub www_view { WebGUI::ErrorHandler::warn("disabling soap call $call"); $var{'disableWobject'} = 1; - return $self[0]->processTemplate($self[0]->get("templateId"),\%var); + return $self->processTemplate($self->get("templateId"),\%var); } # advanced use, if you want to pass SOAP results to a single, particular