mirror of
https://github.com/friendica/friendica
synced 2025-04-27 09:10:12 +00:00
Duplicated fields renamed
This commit is contained in:
parent
efa1351ac6
commit
7d111e2a6f
6 changed files with 16 additions and 19 deletions
|
@ -111,13 +111,13 @@ class Salmon
|
|||
{
|
||||
// does contact have a salmon endpoint?
|
||||
|
||||
if (! strlen($url)) {
|
||||
if (!strlen($url)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (! $owner['sprvkey']) {
|
||||
if (!$owner['sprvkey']) {
|
||||
Logger::log(sprintf("user '%s' (%d) does not have a salmon private key. Send failed.",
|
||||
$owner['username'], $owner['uid']));
|
||||
$owner['name'], $owner['uid']));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue