From f26347917feaaf99cfc7d57d514eeabfa373b03e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 25 Jun 2013 09:36:33 +0400 Subject: af_dilbert: fix typo --- plugins/af_dilbert/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/af_dilbert/init.php b/plugins/af_dilbert/init.php index 708918365..4668d64ee 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"])); -- cgit v1.2.3