[ticket/15954] Fixed including mcp_front.php

PHPBB3-15954
This commit is contained in:
kasimi 2019-01-30 09:48:54 +01:00
parent 75007697ae
commit b4672f2665
No known key found for this signature in database
GPG key ID: 3163AB573241193A

View file

@ -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');