Skip to content

Commit

Permalink
pwg_token left for cat_options pages
Browse files Browse the repository at this point in the history
solving #721
  • Loading branch information
flop25 committed Jun 29, 2017
1 parent 3dd6812 commit 30e8bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/cat_options.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
and isset($_POST['cat_false'])
and count($_POST['cat_false']) > 0)
{
check_pwg_token();
check_input_parameter('cat_false', $_POST, true, PATTERN_ID);
switch ($_GET['section'])
{
Expand Down

0 comments on commit 30e8bab

Please sign in to comment.