mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/13579] This commit corrects the regression.
PHPBB3-13759
This commit is contained in:
parent
a53b57c8a2
commit
18a08e1af1
1 changed files with 0 additions and 1 deletions
|
@ -1322,7 +1322,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…
Add table
Reference in a new issue