mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
Merge branch '3.1.x'
This commit is contained in:
commit
f81a2bc7c5
@ -1338,7 +1338,6 @@ if ($submit || $preview || $refresh)
|
||||
'enable_urls' => (bool) $post_data['enable_urls'],
|
||||
'enable_indexing' => (bool) $post_data['enable_indexing'],
|
||||
'message_md5' => (string) $message_md5,
|
||||
'post_time' => (isset($post_data['post_time'])) ? (int) $post_data['post_time'] : $current_time,
|
||||
'post_checksum' => (isset($post_data['post_checksum'])) ? (string) $post_data['post_checksum'] : '',
|
||||
'post_edit_reason' => $post_data['post_edit_reason'],
|
||||
'post_edit_user' => ($mode == 'edit') ? $user->data['user_id'] : ((isset($post_data['post_edit_user'])) ? (int) $post_data['post_edit_user'] : 0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user