kopia lustrzana https://github.com/friendica/friendica
Merge pull request #5053 from Quix0r/latest-rc
Fix for "Illegal string offset 'success'"pull/5061/head
commit
5e2d2e15d6
|
@ -1294,7 +1294,7 @@ class Contact extends BaseObject
|
|||
|
||||
if (($network != '') && ($ret['network'] != $network)) {
|
||||
logger('Expected network ' . $network . ' does not match actual network ' . $ret['network']);
|
||||
return result;
|
||||
return $result;
|
||||
}
|
||||
|
||||
// check if we already have a contact
|
||||
|
|
Ładowanie…
Reference in New Issue