aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index c5a36421a9..a59f70ff52 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -1833,7 +1833,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
trigger_error($error);
}
- $search->index($mode, $data['post_id'], $data['message'], $subject);
+ $search->index($mode, $data['post_id'], $data['message'], $subject, $poster_id);
}
$db->sql_transaction('commit');