Commit 90207e9c authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4213 (Missing parameter message when looking for bounced newsletters)

parent fe534e7e
Loading
Loading
Loading
Loading
+1 −1
Changes for adminzone/pages/modules/admin_newsletter.php: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ class Module_admin_newsletter extends Standard_crud_module
            }
        }

        if ($type == 'bounce_filter_a' || $type == 'bounce_filter_v' || $type == 'bounce_filter_c' || $type == 'bounce_filter_d') {
        if ($type == 'bounce_filter_a' || $type == 'bounce_filter_b' || $type == 'bounce_filter_c' || $type == 'bounce_filter_d') {
            $this->title = get_screen_title('BOUNCE_FILTER');
        }