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->id = 'user_configuration_table';
|
||||
$table->width = '100%';
|
||||
|
|
Loading…
Reference in New Issue