mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
#14834 - at least probably
git-svn-id: file:///svn/phpbb/trunk@8203 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6e530cb851
commit
8963b032de
1 changed files with 3 additions and 3 deletions
|
@ -2051,7 +2051,7 @@ function avatar_gallery($category, $avatar_select, $items_per_column, $block_var
|
||||||
'S_CAT_OPTIONS' => $s_category_options)
|
'S_CAT_OPTIONS' => $s_category_options)
|
||||||
);
|
);
|
||||||
|
|
||||||
$avatar_list = $avatar_list[$category];
|
$avatar_list = (isset($avatar_list[$category])) ? $avatar_list[$category] : array();
|
||||||
|
|
||||||
foreach ($avatar_list as $avatar_row_ary)
|
foreach ($avatar_list as $avatar_row_ary)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue