mirror of
https://github.com/friendica/friendica
synced 2025-05-01 08:24:23 +02:00
Add FIXME for unrecoverable missing variables
This commit is contained in:
parent
a6a2c578f9
commit
5926cd534a
4 changed files with 4 additions and 0 deletions
|
@ -1024,6 +1024,7 @@ class OStatus
|
|||
$orig_created = $xpath->query('atom:published/text()', $activityobjects)->item(0)->nodeValue;
|
||||
$orig_edited = $xpath->query('atom:updated/text()', $activityobjects)->item(0)->nodeValue;
|
||||
|
||||
/// @fixme $contact is unavailable here
|
||||
$orig_contact = $contact;
|
||||
$orig_author = self::fetchAuthor($xpath, $activityobjects, $importer, $orig_contact, false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue