From 5c3e24c02fc99413c1e725ff289931a5729823fd Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 3 Jul 2017 15:12:36 +0200 Subject: [PATCH] (cp 30e8bab) pwg_token left for cat_options pages solving https://github.com/Piwigo/Piwigo/issues/721 --- admin/cat_options.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/cat_options.php b/admin/cat_options.php index 5fd4d04ce..ed5ba27f5 100644 --- a/admin/cat_options.php +++ b/admin/cat_options.php @@ -83,6 +83,7 @@ else if (isset($_POST['trueify']) 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']) {