Skip to content

Commit 5ba7653

Browse files
author
Marius Burkard
committed
- fixed wrong redirect after filter delete on mailuser interface
1 parent b36a233 commit 5ba7653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mailuser/list/mail_user_filter.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
31-
$liste["file"] = "mail_user_list.php";
31+
$liste["file"] = "mail_user_filter_list.php";
3232

3333
// Script file of the edit form
3434
$liste["edit_file"] = "mail_user_filter_edit.php";

0 commit comments

Comments
 (0)