mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/15954] Fixed including mcp_front.php
PHPBB3-15954
This commit is contained in:
parent
75007697ae
commit
b4672f2665
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ class mcp_main
|
||||||
case 'front':
|
case 'front':
|
||||||
if (!function_exists('mcp_front_view'))
|
if (!function_exists('mcp_front_view'))
|
||||||
{
|
{
|
||||||
mcp_front_view($id, $mode, $action);
|
include($phpbb_root_path . 'includes/mcp/mcp_front.' . $phpEx);
|
||||||
}
|
}
|
||||||
|
|
||||||
$user->add_lang('acp/common');
|
$user->add_lang('acp/common');
|
||||||
|
|
Loading…
Add table
Reference in a new issue