aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xphpBB/ucp.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php
index ecaead201c..75d86228b7 100755
--- a/phpBB/ucp.php
+++ b/phpBB/ucp.php
@@ -80,7 +80,8 @@ if (!empty($_REQUEST['mode']))
switch ($mode)
{
case 'activate':
- include($phpbb_root_path . 'ucp/usercp_activate.'.$phpEx);
+ include($phpbb_root_path . 'ucp/ucp_activate.'.$phpEx);
+ ucp_activate::main();
break;
case 'register':