aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2012-11-17 00:50:23 +0100
committerMarc Alexander <admin@m-a-styles.de>2012-11-17 00:50:23 +0100
commitc70cbfac4339529e196934405d0eb2f9672121d5 (patch)
tree38ff2a6f9f27b7837cafa721ef6ea76819094a7f /phpBB/includes/ucp
parent5d0a20bbb684055143b77a630ab1b02270f7f900 (diff)
downloadforums-c70cbfac4339529e196934405d0eb2f9672121d5.tar
forums-c70cbfac4339529e196934405d0eb2f9672121d5.tar.gz
forums-c70cbfac4339529e196934405d0eb2f9672121d5.tar.bz2
forums-c70cbfac4339529e196934405d0eb2f9672121d5.tar.xz
forums-c70cbfac4339529e196934405d0eb2f9672121d5.zip
[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
Diffstat (limited to 'phpBB/includes/ucp')
-rw-r--r--phpBB/includes/ucp/ucp_profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php
index 40b8f5271d..6a1ad33ceb 100644
--- a/phpBB/includes/ucp/ucp_profile.php
+++ b/phpBB/includes/ucp/ucp_profile.php
@@ -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,