aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
diff options
context:
space:
mode:
authorbrunoais <brunoaiss@gmail.com>2015-03-11 17:46:42 +0000
committerbrunoais <brunoaiss@gmail.com>2015-03-12 12:21:15 +0000
commitc3a0e09ddbb53dc77d2d78725f934625266065f3 (patch)
tree094cc17bd3a3355645c615b96f5c44d54f199eaf /phpBB/includes/functions_posting.php
parent2348580255b19919e2b0d22143be72494a79e527 (diff)
downloadforums-c3a0e09ddbb53dc77d2d78725f934625266065f3.tar
forums-c3a0e09ddbb53dc77d2d78725f934625266065f3.tar.gz
forums-c3a0e09ddbb53dc77d2d78725f934625266065f3.tar.bz2
forums-c3a0e09ddbb53dc77d2d78725f934625266065f3.tar.xz
forums-c3a0e09ddbb53dc77d2d78725f934625266065f3.zip
[ticket/13685] Add phpbb_dispatcher to fulltext search constructors
PHPBB3-13685
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-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 a06d6f4c35..9769e1a517 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -2209,7 +2209,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
}
$error = false;
- $search = new $search_type($error, $phpbb_root_path, $phpEx, $auth, $config, $db, $user);
+ $search = new $search_type($error, $phpbb_root_path, $phpEx, $auth, $config, $db, $phpbb_dispatcher, $user);
if ($error)
{