guess what

git-svn-id: file:///svn/phpbb/trunk@4001 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-05-10 01:01:36 +00:00
parent 26c4b023fa
commit 5066be354d

View file

@ -80,7 +80,8 @@ if (!empty($_REQUEST['mode']))
switch ($mode) switch ($mode)
{ {
case 'activate': case 'activate':
include($phpbb_root_path . 'ucp/usercp_activate.'.$phpEx); include($phpbb_root_path . 'ucp/ucp_activate.'.$phpEx);
ucp_activate::main();
break; break;
case 'register': case 'register':