Skip to content
Snippets Groups Projects
Commit af942186 authored by Erick Hitter's avatar Erick Hitter
Browse files

Unset an additional argument Core uses to trigger bulk actions

parent 64439657
Branches
No related tags found
No related merge requests found
...@@ -152,6 +152,7 @@ class Main { ...@@ -152,6 +152,7 @@ class Main {
unset( $_REQUEST['action'] ); unset( $_REQUEST['action'] );
unset( $_REQUEST['action2'] ); unset( $_REQUEST['action2'] );
unset( $_REQUEST['delete_all'] ); unset( $_REQUEST['delete_all'] );
unset( $_REQUEST['delete_all2'] );
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment