From: Andrew Dolgov Date: Tue, 25 Jun 2013 05:36:33 +0000 (+0400) Subject: af_dilbert: fix typo X-Git-Tag: 1.9~92 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f26347917feaaf99cfc7d57d514eeabfa373b03e;p=tt-rss.git af_dilbert: fix typo --- diff --git a/plugins/af_dilbert/init.php b/plugins/af_dilbert/init.php index 70891836..4668d64e 100644 --- a/plugins/af_dilbert/init.php +++ b/plugins/af_dilbert/init.php @@ -18,7 +18,7 @@ class Af_Dilbert extends Plugin { $owner_uid = $article["owner_uid"]; if (strpos($article["guid"], "dilbert.com") !== FALSE) { - if (strpos($article["plugin_data"], "dilbert2,$owner_uid:") === FALSE) { + if (strpos($article["plugin_data"], "dilbert,$owner_uid:") === FALSE) { $doc = new DOMDocument(); @$doc->loadHTML(fetch_file_contents($article["link"]));