-
Bug
-
Resolution: Fixed
-
Minor
-
3.3.13
-
None
On attempting to create user group with already existing name (f.e. Guests), PHP warnings thrown:
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 3715: Undefined array key "avatar"
|
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 3716: Undefined array key "avatar_width"
|
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 3717: Undefined array key "avatar_height"
|
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 3722: Undefined array key "avatar_type"
|
To reproduce: ACP -> Manage groups -> Create new group (enter "Guests") -> Submit -> Submit.