diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-10-08 21:48:02 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-10-08 21:48:02 +0000 |
commit | 521760fe50f148b0c5c9089306a4ef85799f2ae8 (patch) | |
tree | a6f1d883946c436269bef4fdded30f1164843c41 /phpBB | |
parent | 2c16ed72489c37102158d5f5038049dce401cf26 (diff) | |
download | forums-521760fe50f148b0c5c9089306a4ef85799f2ae8.tar forums-521760fe50f148b0c5c9089306a4ef85799f2ae8.tar.gz forums-521760fe50f148b0c5c9089306a4ef85799f2ae8.tar.bz2 forums-521760fe50f148b0c5c9089306a4ef85799f2ae8.tar.xz forums-521760fe50f148b0c5c9089306a4ef85799f2ae8.zip |
missed method name change
git-svn-id: file:///svn/phpbb/trunk@2945 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/usercp_viewprofile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/usercp_viewprofile.php b/phpBB/includes/usercp_viewprofile.php index 37290f37c7..582c94558d 100644 --- a/phpBB/includes/usercp_viewprofile.php +++ b/phpBB/includes/usercp_viewprofile.php @@ -113,7 +113,7 @@ else } } -if ( $profiledata['user_viewemail'] || $auth->get_acl_admin() ) +if ( $profiledata['user_viewemail'] || $auth->acl_get('a_') ) { $email_uri = ( $board_config['board_email_form'] ) ? "profile.$phpEx$SID&mode=email&u=" . $profiledata['user_id'] : 'mailto:' . $profiledata['user_email']; |