]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pref/filters.php
queryFeedHeadlines: remove obsolete content_preview
[tt-rss.git] / classes / pref / filters.php
index 87e63cc2d106a40d85441c9b008aba4a930c5c81..43da6d04dd996c5fb229f7eef2189b91b3111896 100644 (file)
@@ -97,7 +97,7 @@ class Pref_Filters extends Handler_Protected {
                print "<table width=\"100%\" cellspacing=\"0\" id=\"prefErrorFeedList\">";
 
                while ($line = $this->dbh->fetch_assoc($result)) {
-                       $line["content_preview"] = truncate_string(strip_tags($line["content_preview"]), 100, '...');
+                       $line["content_preview"] = truncate_string(strip_tags($line["content"]), 100, '...');
 
                        foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_QUERY_HEADLINES) as $p) {
                                        $line = $p->hook_query_headlines($line, 100);