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:
@@ -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';
|
||||
|
Reference in New Issue
Block a user