mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Fix minor bug
This commit is contained in:
parent
39a971ad5b
commit
b2bc884ec6
@ -567,7 +567,7 @@ function groups_get_groups_tree_recursive($groups, $trash=0, $trash2=0)
|
||||
|
||||
$tree = $groups;
|
||||
foreach ($groups as $key => $group) {
|
||||
if ($group === 'None') {
|
||||
if ($group === __('None')) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user