missed method name change

git-svn-id: file:///svn/phpbb/trunk@2945 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-10-08 21:48:02 +00:00
parent 2c16ed7248
commit 521760fe50

View file

@ -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'];