mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- removed group settings from roles
- added forum icon in front of forums in permissions acp - added trace permissions in permission masks (thanks naderman for writing the first code and for the idea... :)) - some bugfixes - PHP6 fix git-svn-id: file:///svn/phpbb/trunk@5824 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1064,7 +1064,8 @@ class parse_message extends bbcode_firstpass
|
||||
{
|
||||
$actual_comment_list = request_var('comment_list', array(''), true);
|
||||
|
||||
$edit_comment = key(request_var('edit_comment', array(0 => '')));
|
||||
$edit_comment = request_var('edit_comment', array(0 => ''));
|
||||
$edit_comment = key($edit_comment);
|
||||
$this->attachment_data[$edit_comment]['comment'] = $actual_comment_list[$edit_comment];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user