1
0
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:
kasimi
2019-01-30 09:48:54 +01:00
parent 75007697ae
commit b4672f2665

View File

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