mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Merge branch 'ent-12602-16735-Bug-de-grupos-en-vista-tactica' into 'develop'
fix tactical item See merge request artica/pandorafms!6840
This commit is contained in:
commit
6f290f940f
@ -485,7 +485,7 @@ class Groups extends Element
|
|||||||
$y = 0;
|
$y = 0;
|
||||||
$cont = 1;
|
$cont = 1;
|
||||||
foreach ($groups as $key => $value) {
|
foreach ($groups as $key => $value) {
|
||||||
if ($value['_name_'] === 'All') {
|
if ($value['_name_'] === __('All')) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user