diff --git a/src/mibew/libs/groups.php b/src/mibew/libs/groups.php index a9756d9b..6e4e92db 100644 --- a/src/mibew/libs/groups.php +++ b/src/mibew/libs/groups.php @@ -77,7 +77,7 @@ function group_by_name($name) function get_group_name($group) { if (!is_array($group)) { - return null; + return ''; } $use_local_name = (get_home_locale() == get_current_locale())