aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index d932ae312b..a012415643 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -20,7 +20,7 @@ function user_get_id_name(&$user_id_ary, &$username_ary)
// are neither array filled?
if ($user_id_ary && $username_ary)
{
- return;
+ return false;
}
else if (!$user_id_ary && !$username_ary)
{