We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c63ae commit f9b1b72Copy full SHA for f9b1b72
files/lib/data/conversation/ConversationAction.class.php
@@ -924,7 +924,7 @@ public function getAddParticipantsForm()
924
'excludedSearchValues' => $this->conversation->getParticipantNames(
925
false,
926
true,
927
- $this->conversation == WCF::getUser()->userID
+ $this->conversation->userID == WCF::getUser()->userID
928
),
929
'maxItems' => WCF::getSession()->getPermission('user.conversation.maxParticipants') - $this->conversation->participants,
930
'canAddGroupParticipants' => WCF::getSession()->getPermission('user.conversation.canAddGroupParticipants'),
0 commit comments