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.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index 8a3fa47b9c..457e286840 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -2470,7 +2470,7 @@ function group_user_attributes($action, $group_id, $user_id_ary = false, $userna
/**
-* A small version of validate_username to check for a group name's existence. To be called directly,
+* A small version of validate_username to check for a group name's existence. To be called directly.
*/
function group_validate_groupname($group_id, $groupname)
{
@@ -2505,6 +2505,7 @@ function group_validate_groupname($group_id, $groupname)
{
return 'GROUP_NAME_TAKEN';
}
+ return false;
}