From 16447082e1b1ef56d3a47bfa22ce261a1793cadb Mon Sep 17 00:00:00 2001 From: Len Kranendonk Date: Sun, 17 Aug 2003 14:04:03 +0000 Subject: [PATCH] Fixed typo --- lib/WebGUI/Wobject/HttpProxy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Wobject/HttpProxy.pm b/lib/WebGUI/Wobject/HttpProxy.pm index 00679f7af..a0faeb9a7 100644 --- a/lib/WebGUI/Wobject/HttpProxy.pm +++ b/lib/WebGUI/Wobject/HttpProxy.pm @@ -162,7 +162,7 @@ sub www_view { $redirect=0; - ssTemplate($_[0]->get("templateId"),{}) unless ($proxiedUrl ne ""); + return $_[0]->processTemplate($_[0]->get("templateId"),{}) unless ($proxiedUrl ne ""); my $cachedContent = WebGUI::Cache->new($proxiedUrl,"URL"); my $cachedHeader = WebGUI::Cache->new($proxiedUrl,"HEADER");