diff options
Diffstat (limited to 'actions/admin/plugins/reorder.php')
-rw-r--r-- | actions/admin/plugins/reorder.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/actions/admin/plugins/reorder.php b/actions/admin/plugins/reorder.php index 45bcefc78..6050a585f 100644 --- a/actions/admin/plugins/reorder.php +++ b/actions/admin/plugins/reorder.php @@ -11,9 +11,6 @@ // block non-admin users admin_gatekeeper(); -// Validate the action -action_gatekeeper(); - // Get the plugin $mod = get_input('plugin'); $mod = str_replace('.','',$mod); |