1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[feature/avatars] Use empty() instead of sizeof()

PHPBB3-10018
This commit is contained in:
Marc Alexander
2013-01-07 21:16:39 +01:00
parent 41710c745d
commit 8867cb60b1
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ class acp_board
)
);
if (sizeof($avatar_vars))
if (!empty($avatar_vars))
{
$display_vars['vars'] += $avatar_vars;
}