1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

[feature/events] Add missing dispatcher globalization.

PHPBB3-9550
This commit is contained in:
Oleg Pudeyev 2012-03-16 02:12:29 -04:00 committed by Joas Schilling
parent 19a3164e80
commit 365a71d63f

View File

@ -1636,7 +1636,7 @@ page_footer();
*/
function show_profile($data, $user_notes_enabled = false, $warn_user_enabled = false)
{
global $config, $auth, $template, $user, $phpEx, $phpbb_root_path;
global $config, $auth, $template, $user, $phpEx, $phpbb_root_path, $phpbb_dispatcher;
$username = $data['username'];
$user_id = $data['user_id'];