aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/ucp/ucp_confirm.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/ucp/ucp_confirm.php')
-rw-r--r--phpBB/modules/ucp/ucp_confirm.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/modules/ucp/ucp_confirm.php b/phpBB/modules/ucp/ucp_confirm.php
index d8e4a06b60..321d07ad14 100644
--- a/phpBB/modules/ucp/ucp_confirm.php
+++ b/phpBB/modules/ucp/ucp_confirm.php
@@ -35,7 +35,6 @@ class ucp_confirm
function main($id, $mode)
{
- global $db, $user;
include(PHPBB_ROOT_PATH . 'includes/captcha/captcha_factory.' . PHP_EXT);
$captcha = phpbb_captcha_factory::get_instance(phpbb::$config['captcha_plugin']);
$captcha->init(request_var('type', 0));