Reply to thread

library/XenForo/ViewPublic/Conversation/EditMessageInline.php:

[code]-            array('editorId' => 'message' . $this->_params['post']['post_id'])

+            array('editorId' => 'message' . $this->_params['conversationMessage']['message_id'])

[/code]

"-" is the old line; "+" is the new line. (Don't actually include the -/+!)


Back
Top Bottom