aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-08-15 12:32:34 -0400
committerDavid King <imkingdavid@gmail.com>2012-08-15 12:32:34 -0400
commit485710e016e50579012145f396bd059e06c1edbf (patch)
tree68b5692233fb2c88051e2882a86a615a828e37b4 /phpBB/includes
parentff8757ce65fcf24f63c849d914e6165fccb0e6c4 (diff)
parent938805106c75499eb953d1a22a1ce772c21252de (diff)
downloadforums-485710e016e50579012145f396bd059e06c1edbf.tar
forums-485710e016e50579012145f396bd059e06c1edbf.tar.gz
forums-485710e016e50579012145f396bd059e06c1edbf.tar.bz2
forums-485710e016e50579012145f396bd059e06c1edbf.tar.xz
forums-485710e016e50579012145f396bd059e06c1edbf.zip
Merge remote-tracking branch 'dhruvgoel92/ticket/11052' into develop
Diffstat (limited to 'phpBB/includes')
-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 6c21b0f412..4d09367934 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -2370,7 +2370,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
}
$error = false;
- $search = new $search_type($error);
+ $search = new $search_type($error, $phpbb_root_path, $phpEx, $auth, $config, $db, $user);
if ($error)
{