X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FProfile.php;h=b69860edfff73038d4f6438f4ab2e865be765c2c;hb=5f9edf32d2bb2e7b8ad082d3df6b57fc04514cbb;hp=0c1ae01e413d71908c92211f07fa6ce5ff876993;hpb=146646c4d43f49e723b830b9ffb0208bad3431a3;p=friendica.git diff --git a/src/Model/Profile.php b/src/Model/Profile.php index 0c1ae01e41..b69860edff 100644 --- a/src/Model/Profile.php +++ b/src/Model/Profile.php @@ -460,7 +460,7 @@ class Profile $diaspora = [ 'guid' => $profile['guid'], 'podloc' => System::baseUrl(), - 'searchable' => (($profile['publish'] && $profile['net-publish']) ? 'true' : 'false' ), + 'searchable' => (($profile['publish'] && $profile['net-publish']) ? 'true' : 'false'), 'nickname' => $profile['nickname'], 'fullname' => $profile['name'], 'firstname' => $firstname,