1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:55:55 +00:00

af_dilbert: fix typo

This commit is contained in:
Andrew Dolgov
2013-06-25 09:36:33 +04:00
parent 9f4d5afa33
commit f26347917f

View 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"]));