mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:45:56 +00:00
af_dilbert: fix typo
This commit is contained in:
@@ -18,7 +18,7 @@ class Af_Dilbert extends Plugin {
|
|||||||
$owner_uid = $article["owner_uid"];
|
$owner_uid = $article["owner_uid"];
|
||||||
|
|
||||||
if (strpos($article["guid"], "dilbert.com") !== FALSE) {
|
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 = new DOMDocument();
|
||||||
@$doc->loadHTML(fetch_file_contents($article["link"]));
|
@$doc->loadHTML(fetch_file_contents($article["link"]));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user