Fixed a minor mistake - #2858
This commit is contained in:
parent
61a3d147af
commit
0855d09156
|
@ -141,9 +141,8 @@ if ($create_alert) {
|
|||
}
|
||||
|
||||
$messageAction = ui_print_result_message ($id,
|
||||
__('Successfully created'),
|
||||
$messageAction);
|
||||
|
||||
__('Successfully created'), $messageAction, '', true);
|
||||
|
||||
|
||||
if ($id !== false) {
|
||||
$action_select = get_parameter('action_select');
|
||||
|
|
Loading…
Reference in New Issue