mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/15954] Fixed including mcp_front.php
PHPBB3-15954
This commit is contained in:
@@ -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');
|
||||||
|
Reference in New Issue
Block a user