mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +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':
|
||||
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');
|
||||
|
Reference in New Issue
Block a user