af_dilbert: fix typo
This commit is contained in:
parent
9f4d5afa33
commit
f26347917f
1 changed files with 1 additions and 1 deletions
|
@ -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"]));
|
||||
|
||||
|
|
Loading…
Reference in a new issue