enable manual filters to work on complete html content

This commit is contained in:
Andrew Dolgov 2012-10-30 18:44:17 +04:00
parent d9f3f57b05
commit 4021d61ada
1 changed files with 1 additions and 1 deletions

View File

@ -870,7 +870,7 @@
/* Collect article tags here so we could filter by them: */
$article_filters = get_article_filters($filters, $entry_title,
strip_tags($entry_content), $entry_link, $entry_timestamp, $entry_author,
$entry_content, $entry_link, $entry_timestamp, $entry_author,
$entry_tags);
if ($debug_enabled) {