Fixed a minor mistake - #2858

This commit is contained in:
tatiana.llorente@artica.es 2018-10-03 16:46:35 +02:00
parent 61a3d147af
commit 0855d09156
1 changed files with 2 additions and 3 deletions

View File

@ -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');