]> git.mxchange.org Git - friendica.git/blobdiff - src/Repository/PermissionSet.php
Meaningful notification message
[friendica.git] / src / Repository / PermissionSet.php
index c28dd0369c01c09a2fcb845cb3b7b1521173ffd8..828247fb43861b300ddc8dac0deca9a00bd8c593 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -161,7 +161,7 @@ class PermissionSet extends BaseRepository
         */
        public function selectByContactId($contact_id, $uid)
        {
-               $cdata = Model\Contact::getPublicAndUserContacID($contact_id, $uid);
+               $cdata = Model\Contact::getPublicAndUserContactID($contact_id, $uid);
                if (!empty($cdata)) {
                        $public_contact_str = '<' . $cdata['public'] . '>';
                        $user_contact_str = '<' . $cdata['user'] . '>';