]> git.mxchange.org Git - friendica.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 17 Jun 2022 09:48:52 +0000 (11:48 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 17 Jun 2022 15:18:31 +0000 (17:18 +0200)
commit36d56a4041aa03f38d621f771bc613c4ada58a88
treec5bbfbc9badc423380c6e8f808f1d209dc97b5f5
parentc467bff79fcbed3d953eea051b89d4be20be506a
Continued:
- changed back to 'return false;' as other methods heavily rely on false instead
  of an empty array as pointed out by @heluecht@pirati.ca
- $fetched_contact should be initialized as an empty array, let's not make this
  code more crazier than it already is (see APContact::getByURL())
src/Model/APContact.php
src/Module/DFRN/Notify.php
src/Protocol/Diaspora.php