X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FContact.php;h=1b15f1c76d89faafa38bae7187a7184552962ecd;hb=916236ce2fe2c0e9e48d000c6d665f96fecf00a9;hp=2203b62162372e482e084e5eb0607a4a41b8720f;hpb=39dcec66d82e9942643f061269151ded7f87fab3;p=friendica.git diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 2203b62162..1b15f1c76d 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -20,6 +20,7 @@ use Friendica\Protocol\Salmon; use dba; require_once 'boot.php'; +require_once 'include/dba.php'; require_once 'include/text.php'; /** @@ -196,7 +197,7 @@ class Contact extends BaseObject * up or some other transient event and that there's a possibility we could recover from it. * * @param array $contact contact to mark for archival - * @return type + * @return null */ public static function markForArchival(array $contact) {