mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
make sure set_config is called with the correct is_dynamic value
git-svn-id: file:///svn/phpbb/trunk@6117 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -116,7 +116,7 @@ function user_update_name($old_name, $new_name)
|
||||
|
||||
if ($config['newest_username'] == $old_name)
|
||||
{
|
||||
set_config('newest_username', $new_name);
|
||||
set_config('newest_username', $new_name, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user