mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[feature/avatars] Fix acp front-end of user and group avatars
Due to the changes to the avatar manager etc. these had to be updated. PHPBB3-10018
This commit is contained in:
@@ -642,7 +642,7 @@ class ucp_profile
|
||||
$driver_u = strtoupper($driver_n);
|
||||
|
||||
$template->assign_block_vars('avatar_drivers', array(
|
||||
'L_TITLE' => $user->lang($driver_u . '_TITLE'), // @TODO add lang values
|
||||
'L_TITLE' => $user->lang($driver_u . '_TITLE'),
|
||||
'L_EXPLAIN' => $user->lang($driver_u . '_EXPLAIN'),
|
||||
|
||||
'DRIVER' => $driver_n,
|
||||
|
Reference in New Issue
Block a user