Bugfix DFRN and bookmark detection
This commit is contained in:
committed by
Roland Haeder
parent
cea445b6f3
commit
e7c4d0bc50
@@ -1988,7 +1988,7 @@ class dfrn {
|
||||
|
||||
$item["extid"] = $xpath->query("dfrn:extid/text()", $entry)->item(0)->nodeValue;
|
||||
|
||||
if ($xpath->query("dfrn:extid/text()", $entry)->item(0)->nodeValue == "true")
|
||||
if ($xpath->query("dfrn:bookmark/text()", $entry)->item(0)->nodeValue == "true")
|
||||
$item["bookmark"] = true;
|
||||
|
||||
$notice_info = $xpath->query("statusnet:notice_info", $entry);
|
||||
|
||||
Reference in New Issue
Block a user