1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 19:49:54 +02:00

[ticket/13454] Fix code sniffer complaints

PHPBB3-13454
This commit is contained in:
Marc Alexander
2015-12-04 14:17:53 +01:00
parent 38f3688217
commit 915a141fc2
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ class acp_disallow
function main($id, $mode)
{
global $db, $user, $template, $cache, $phpbb_log, $request;;
global $db, $user, $template, $cache, $phpbb_log, $request;
$user->add_lang('acp/posting');