aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-08-20 22:15:15 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-08-20 22:15:15 +0200
commit34c3732856f001ea86cf79ca119b8e16377c0902 (patch)
treeabb3b0e5fef10a9467b40fad45177231acfca0d1 /phpBB
parent31144ed4c5b14e25b2188ae06d841ff935ac4290 (diff)
parentcc9a1952d968c3c83e8d331cb005468848c936e1 (diff)
downloadforums-34c3732856f001ea86cf79ca119b8e16377c0902.tar
forums-34c3732856f001ea86cf79ca119b8e16377c0902.tar.gz
forums-34c3732856f001ea86cf79ca119b8e16377c0902.tar.bz2
forums-34c3732856f001ea86cf79ca119b8e16377c0902.tar.xz
forums-34c3732856f001ea86cf79ca119b8e16377c0902.zip
Merge branch 'ticket/nickvergessen/9635' into develop-olympus
* ticket/nickvergessen/9635: [ticket/9635] Useless parameter $data['post_time'] in function submit_post.
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/functions_posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index f6f90575d4..5e25648eb8 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -2537,7 +2537,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
if ($mode == 'post' || $mode == 'reply' || $mode == 'quote')
{
// 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