diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-03-17 00:46:43 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-08-01 10:18:43 +0200 |
commit | b966551e6bef9dfd272734587fe4bc9ca7e4611c (patch) | |
tree | e9558aa23261c0a1baed2abf3bfdff0c683e23e3 /phpBB/includes/acp/acp_users.php | |
parent | 643081d56c1a984e3b0cf4f942392c5a392c9ed6 (diff) | |
download | forums-b966551e6bef9dfd272734587fe4bc9ca7e4611c.tar forums-b966551e6bef9dfd272734587fe4bc9ca7e4611c.tar.gz forums-b966551e6bef9dfd272734587fe4bc9ca7e4611c.tar.bz2 forums-b966551e6bef9dfd272734587fe4bc9ca7e4611c.tar.xz forums-b966551e6bef9dfd272734587fe4bc9ca7e4611c.zip |
[feature/events] Fix ledges in ACP and apply coding guidelines
PHPBB3-9550
Diffstat (limited to 'phpBB/includes/acp/acp_users.php')
-rw-r--r-- | phpBB/includes/acp/acp_users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_users.php b/phpBB/includes/acp/acp_users.php index 68077b4048..f6c2ecfc87 100644 --- a/phpBB/includes/acp/acp_users.php +++ b/phpBB/includes/acp/acp_users.php @@ -30,7 +30,7 @@ class acp_users function main($id, $mode) { - global $config, $db, $user, $auth, $template, $cache; + global $config, $db, $user, $auth, $template, $cache, $phpbb_dispatcher; global $phpbb_root_path, $phpbb_admin_path, $phpEx, $table_prefix, $file_uploads; $user->add_lang(array('posting', 'ucp', 'acp/users')); |