mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
missed method name change
git-svn-id: file:///svn/phpbb/trunk@2945 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2c16ed7248
commit
521760fe50
1 changed files with 1 additions and 1 deletions
|
@ -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'];
|
$email_uri = ( $board_config['board_email_form'] ) ? "profile.$phpEx$SID&mode=email&u=" . $profiledata['user_id'] : 'mailto:' . $profiledata['user_email'];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue