Fixed url
This commit is contained in:
parent
9070ababed
commit
11a6c41728
|
@ -449,6 +449,14 @@ switch ($action) {
|
|||
} else {
|
||||
$resultOperationDB = false;
|
||||
}
|
||||
|
||||
header(
|
||||
sprintf(
|
||||
'Location: %sindex.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=edit&id_report=%d',
|
||||
$config['homeurl'],
|
||||
$idReport
|
||||
)
|
||||
);
|
||||
break;
|
||||
|
||||
case 'delete_items_pos':
|
||||
|
|
Loading…
Reference in New Issue