mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[feature/events] Add missing dispatcher globalization.
PHPBB3-9550
This commit is contained in:
committed by
Joas Schilling
parent
19a3164e80
commit
365a71d63f
@@ -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'];
|
||||||
|
Reference in New Issue
Block a user