Fixed XenForo_Model_Conversation

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
There's a unused variable which can be removed in
XenForo_Model_Conversation
line 692
PHP:
$conversationUserCondition = 'conversation_id = ' . $db->quote($conversationId)
            . ' AND user_id = ' . $db->quote($userId);
 
Top Bottom