diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index d998c9383c..f065cd67ec 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -640,7 +640,7 @@ class DFRN private static function addAuthor(DOMDocument $doc, array $owner, $authorelement, $public) { // Should the profile be "unsearchable" in the net? Then add the "hide" element - $hide = DBA::exists('profile', ['uid' => $owner['uid'], 'net-publish' = false]); + $hide = DBA::exists('profile', ['uid' => $owner['uid'], 'net-publish' => false]); $author = $doc->createElement($authorelement);