mirror of
https://github.com/friendica/friendica
synced 2025-05-05 05:04:11 +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
|
@ -4067,6 +4067,7 @@ class Diaspora
|
|||
|
||||
foreach ($recips as $recip) {
|
||||
logger("Send updated profile data for user ".$uid." to contact ".$recip["id"], LOGGER_DEBUG);
|
||||
/// @fixme $profile isn't available here
|
||||
self::buildAndTransmit($profile, $recip, "profile", $message, false, "", true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue