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");