mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed visual error
This commit is contained in:
parent
6550d52813
commit
44eb8dd3d1
@ -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