mirror of
https://github.com/friendica/friendica
synced 2025-04-25 02:30:11 +00:00
Removed notice - pokes do now work mostly (#5693)
This commit is contained in:
parent
b524975e4f
commit
601851f3d0
2 changed files with 7 additions and 1 deletions
|
@ -231,8 +231,9 @@ function localize_item(&$item)
|
|||
$obj = XML::parseString($xmlhead.$item['object']);
|
||||
|
||||
$Bname = $obj->title;
|
||||
$Blink = "";
|
||||
$Blink = $obj->id;
|
||||
$Bphoto = "";
|
||||
|
||||
foreach ($obj->link as $l) {
|
||||
$atts = $l->attributes();
|
||||
switch ($atts['rel']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue