mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/9635] Useless parameter $data['post_time'] in function submit_post.
PHPBB3-9635
This commit is contained in:
parent
25c579c00d
commit
cc9a1952d9
1 changed files with 1 additions and 1 deletions
|
@ -2537,7 +2537,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
|
||||||
if ($mode == 'post' || $mode == 'reply' || $mode == 'quote')
|
if ($mode == 'post' || $mode == 'reply' || $mode == 'quote')
|
||||||
{
|
{
|
||||||
// Mark this topic as posted to
|
// Mark this topic as posted to
|
||||||
markread('post', $data['forum_id'], $data['topic_id'], $data['post_time']);
|
markread('post', $data['forum_id'], $data['topic_id']);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Mark this topic as read
|
// Mark this topic as read
|
||||||
|
|
Loading…
Add table
Reference in a new issue