Fixed  Editing personal conversation results in uncaught error

Mark3121

Well-known member
Can someone check if editing conversations is working in rc1?

Checked my permssions etc.

I'm getting...
Uncaught Error...

An unexpected error occurred. Please try again later.
 
library/XenForo/ViewPublic/Conversation/EditMessageInline.php:
Code:
-			array('editorId' => 'message' . $this->_params['post']['post_id'])
+			array('editorId' => 'message' . $this->_params['conversationMessage']['message_id'])
"-" is the old line; "+" is the new line. (Don't actually include the -/+!)
 
Top Bottom