mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
fixed error with icon groups policies
This commit is contained in:
parent
cb3bf7fed0
commit
0ff28fb9a2
@ -63,7 +63,7 @@ if (is_ajax() === true) {
|
|||||||
$group = [
|
$group = [
|
||||||
'id_grupo' => 0,
|
'id_grupo' => 0,
|
||||||
'nombre' => 'None',
|
'nombre' => 'None',
|
||||||
'icon' => '',
|
'icon' => 'world',
|
||||||
'parent' => 0,
|
'parent' => 0,
|
||||||
'disabled' => 0,
|
'disabled' => 0,
|
||||||
'custom_id' => null,
|
'custom_id' => null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user