From 060a43261f6db2ce4912083f962dc1feecfcb173 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 24 Jan 2008 06:46:08 +0000 Subject: [PATCH] typo --- lib/WebGUI/Asset/Wobject/SyndicatedContent.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/SyndicatedContent.pm b/lib/WebGUI/Asset/Wobject/SyndicatedContent.pm index cfeb48cf3..822ab1bf5 100644 --- a/lib/WebGUI/Asset/Wobject/SyndicatedContent.pm +++ b/lib/WebGUI/Asset/Wobject/SyndicatedContent.pm @@ -231,7 +231,7 @@ sub definition { sub _strip_html { unless (ref $_[0]) { - return $_[0] = WebGUI::HTML::Filter($_[0], 'all'); + return $_[0] = WebGUI::HTML::filter($_[0], 'all'); } my $ref = shift; if (ref $ref eq 'HASH') {