mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/events] Add missing dispatcher globalization.
PHPBB3-9550
This commit is contained in:
parent
19a3164e80
commit
365a71d63f
1 changed files with 1 additions and 1 deletions
|
@ -1636,7 +1636,7 @@ page_footer();
|
||||||
*/
|
*/
|
||||||
function show_profile($data, $user_notes_enabled = false, $warn_user_enabled = false)
|
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'];
|
$username = $data['username'];
|
||||||
$user_id = $data['user_id'];
|
$user_id = $data['user_id'];
|
||||||
|
|
Loading…
Add table
Reference in a new issue