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') {