aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-01-21 22:57:42 +0000
committerNils Adermann <naderman@naderman.de>2006-01-21 22:57:42 +0000
commit7de53b46ec192c66192f3ebcd6123c2c3dbecb6f (patch)
treee9bc358c5840c795bb35711182a978c1e9ef82c2 /phpBB/posting.php
parent133ce52d3b7fb4c653ac7195d681e0201c1cf38d (diff)
downloadforums-7de53b46ec192c66192f3ebcd6123c2c3dbecb6f.tar
forums-7de53b46ec192c66192f3ebcd6123c2c3dbecb6f.tar.gz
forums-7de53b46ec192c66192f3ebcd6123c2c3dbecb6f.tar.bz2
forums-7de53b46ec192c66192f3ebcd6123c2c3dbecb6f.tar.xz
forums-7de53b46ec192c66192f3ebcd6123c2c3dbecb6f.zip
- search deals with global topics
- fixed some other search related bugs git-svn-id: file:///svn/phpbb/trunk@5482 89ea8834-ac86-4346-8a33-228a782c2dd0
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');