mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Minor change, might help with some lost users
git-svn-id: file:///svn/phpbb/trunk@8164 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
10ed58b2c9
commit
f3fd365496
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ if (!$get_info)
|
|||
array('user_notify_type', NOTIFY_EMAIL, ''),
|
||||
array('user_allow_pm', 'users.user_allow_pm', ''),
|
||||
array('user_allow_viewonline', 'users.user_allow_viewonline', ''),
|
||||
array('user_allow_viewemail', 'users.user_viewemail', ''),
|
||||
array('user_allow_viewemail', 'users.user_viewemail', 'intval'),
|
||||
array('user_actkey', 'users.user_actkey', ''),
|
||||
array('user_newpasswd', '', ''), // Users need to re-request their password...
|
||||
array('user_style', $config['default_style'], ''),
|
||||
|
|
Loading…
Add table
Reference in a new issue