aboutsummaryrefslogtreecommitdiffstats
path: root/profile.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-02-29 13:10:58 +0000
committerpatdenice <patdenice@piwigo.org>2008-02-29 13:10:58 +0000
commitc38328da6b3bdd931c05e0a9087f0c75174f312d (patch)
treee4b3d6ff7962a2e996272a10990a023c8f9890e4 /profile.php
parentba4f23dd830eedad3de915b6443665ebeb29673c (diff)
Merge from revision 2228.
Resolved bugs: 741 and 793: Added user does not appear in listing. 769: show email address in adviser mode when editing user profil. 800: get_absolute_root_url does not work with https protocol. git-svn-id: http://piwigo.org/svn/trunk@2229 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'profile.php')
-rw-r--r--profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.php b/profile.php
index ff19bb3a0..448fc2c5e 100644
--- a/profile.php
+++ b/profile.php
@@ -228,7 +228,7 @@ function load_profile_in_template($url_action, $url_redirect, $userdata)
array(
'USERNAME'=>$userdata['username'],
'USERID'=>$userdata['id'],
- 'EMAIL'=>@$userdata['email'],
+ 'EMAIL'=>get_email_address_as_display_text(@$userdata['email']),
'NB_IMAGE_LINE'=>$userdata['nb_image_line'],
'NB_ROW_PAGE'=>$userdata['nb_line_page'],
'RECENT_PERIOD'=>$userdata['recent_period'],