aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2012-08-15 22:05:26 +0530
committerDhruv <dhruv.goel92@gmail.com>2012-08-15 22:05:26 +0530
commit7c406e1e8123758c20b92c7ff424bbf9b9190cf2 (patch)
tree4114f693cf06cec96da924fdb102b6017f9427aa /phpBB/develop
parent938805106c75499eb953d1a22a1ce772c21252de (diff)
downloadforums-7c406e1e8123758c20b92c7ff424bbf9b9190cf2.tar
forums-7c406e1e8123758c20b92c7ff424bbf9b9190cf2.tar.gz
forums-7c406e1e8123758c20b92c7ff424bbf9b9190cf2.tar.bz2
forums-7c406e1e8123758c20b92c7ff424bbf9b9190cf2.tar.xz
forums-7c406e1e8123758c20b92c7ff424bbf9b9190cf2.zip
[ticket/11052] update search backend constructor everywhere
PHPBB3-11052
Diffstat (limited to 'phpBB/develop')
-rw-r--r--phpBB/develop/search_fill.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/search_fill.php b/phpBB/develop/search_fill.php
index 4c0b607778..2a4dfb212c 100644
--- a/phpBB/develop/search_fill.php
+++ b/phpBB/develop/search_fill.php
@@ -40,7 +40,7 @@ if (!class_exists($search_type))
}
$error = false;
-$search = new $search_type($error);
+$search = new $search_type($error, $phpbb_root_path, $phpEx, $auth, $config, $db, $user);
if ($error)
{