]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Profile.php
Merge pull request #7760 from annando/fix-fatal
[friendica.git] / src / Model / Profile.php
index 0c1ae01e413d71908c92211f07fa6ce5ff876993..b69860edfff73038d4f6438f4ab2e865be765c2c 100644 (file)
@@ -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,