mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Merge branch 'ent-4514-bug-visual-al-crear-usuarios' into 'develop'
fixed visual error See merge request artica/pandorafms!2668
This commit is contained in:
commit
7e4987b1c8
@ -575,6 +575,10 @@ if ($delete_profile) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($values) {
|
||||||
|
$user_info = $values;
|
||||||
|
}
|
||||||
|
|
||||||
$table = new stdClass();
|
$table = new stdClass();
|
||||||
$table->id = 'user_configuration_table';
|
$table->id = 'user_configuration_table';
|
||||||
$table->width = '100%';
|
$table->width = '100%';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user