aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/acp/acp_search.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/acp/acp_search.php')
-rw-r--r--phpBB/modules/acp/acp_search.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/modules/acp/acp_search.php b/phpBB/modules/acp/acp_search.php
index aa9159f8e8..380890ec64 100644
--- a/phpBB/modules/acp/acp_search.php
+++ b/phpBB/modules/acp/acp_search.php
@@ -50,7 +50,7 @@ class acp_search
function settings($id, $mode)
{
- global $db, $user, $auth, $template, $cache, $config;
+ global $db, $user, $auth, $template, $config;
$submit = phpbb_request::is_set_post('submit');
@@ -226,7 +226,7 @@ class acp_search
function index($id, $mode)
{
- global $db, $user, $auth, $template, $cache, $config;
+ global $db, $user, $auth, $template, $config;
$action = request_var('action', array('' => false));
if (sizeof($action))