1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 08:13:14 +02:00

[ticket/11768] Re-added the code that got lost in rebase

PHPBB3-11768
This commit is contained in:
JoshyPHP
2015-02-08 13:35:07 +01:00
parent 3b115a903a
commit cfbf02bcba
4 changed files with 10 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ class acp_words
function main($id, $mode)
{
global $db, $user, $auth, $template, $cache, $phpbb_log, $request;
global $db, $user, $auth, $template, $cache, $phpbb_log, $request, $phpbb_container;
global $config, $phpbb_root_path, $phpbb_admin_path, $phpEx;
$user->add_lang('acp/posting');