mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:50:12 +00:00
Update function calls
update function calls to new names
This commit is contained in:
parent
6cc339031a
commit
b07d47b0f7
15 changed files with 98 additions and 98 deletions
|
@ -2547,7 +2547,7 @@ class DFRN
|
|||
$item["guid"] = XML::getFirstNodeValue($xpath, "dfrn:diaspora_guid/text()", $entry);
|
||||
|
||||
// We store the data from "dfrn:diaspora_signature" in a different table, this is done in "Item::insert"
|
||||
$dsprsig = XML::unxmlify(XML::getFirstNodeValue($xpath, "dfrn:diaspora_signature/text()", $entry));
|
||||
$dsprsig = XML::unescape(XML::getFirstNodeValue($xpath, "dfrn:diaspora_signature/text()", $entry));
|
||||
if ($dsprsig != "") {
|
||||
$item["dsprsig"] = $dsprsig;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue