From 43ed2faac42219874d52e21da95071f4cabd4d0c Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 2 May 2004 15:08:20 +0000 Subject: [PATCH] fixed typo --- 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 7615a4bfb..ef3345aea 100644 --- a/lib/WebGUI/Wobject/WSClient.pm +++ b/lib/WebGUI/Wobject/WSClient.pm @@ -344,7 +344,7 @@ sub www_view { } $cache->set(Storable::freeze(@result), - $wobject[0]->get('cacheTTL')); + $self->get('cacheTTL')); }; # did the soap call fault?