From 129d62635430167fbdf837420ca952ccbef7a331 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 18 Aug 2014 18:41:19 +0400 Subject: plugins: remove obsolete plugin_data/stored stuff --- plugins/af_comics/filters/af_comics_darklegacy.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'plugins/af_comics/filters/af_comics_darklegacy.php') diff --git a/plugins/af_comics/filters/af_comics_darklegacy.php b/plugins/af_comics/filters/af_comics_darklegacy.php index d87a3da22..c03919b1d 100644 --- a/plugins/af_comics/filters/af_comics_darklegacy.php +++ b/plugins/af_comics/filters/af_comics_darklegacy.php @@ -9,9 +9,6 @@ class Af_Comics_DarkLegacy extends Af_ComicFilter { $owner_uid = $article["owner_uid"]; if (strpos($article["guid"], "darklegacycomics.com") !== FALSE) { - if (strpos($article["plugin_data"], "af_comics,$owner_uid:") === FALSE) { - - print "DLC!" . $article["link"] . "\n"; $res = fetch_file_contents($article["link"], false, false, false, false, false, 0, @@ -34,12 +31,8 @@ class Af_Comics_DarkLegacy extends Af_ComicFilter { if ($basenode) { $article["content"] = $doc->saveXML($basenode); - $article["plugin_data"] = "af_comics,$owner_uid:" . $article["plugin_data"]; } } - } else if (isset($article["stored"]["content"])) { - $article["content"] = $article["stored"]["content"]; - } return true; } -- cgit v1.2.3