1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

Fix a couple of issues in mcp_main

git-svn-id: file:///svn/phpbb/trunk@5938 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-05-20 11:22:30 +00:00
parent 4ca6f06df1
commit 86f5226025
2 changed files with 4 additions and 2 deletions

View File

@@ -130,6 +130,8 @@ class mcp_main
case 'front':
include($phpbb_root_path . 'includes/mcp/mcp_front.' . $phpEx);
$user->add_lang('acp/common');
mcp_front_view($id, $mode, $action);
$this->tpl_name = 'mcp_front';