]> git.wh0rd.org - tt-rss.git/commitdiff
af_dilbert: fix typo
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 25 Jun 2013 05:36:33 +0000 (09:36 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 25 Jun 2013 05:36:33 +0000 (09:36 +0400)
plugins/af_dilbert/init.php

index 708918365ef03f471227078cfc88fc12d27341b8..4668d64ee9dcf8b24e157a46adacbf585a0f456b 100644 (file)
@@ -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"]));