aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2014-10-09 19:35:50 +0000
committerflop25 <flop25@piwigo.org>2014-10-09 19:35:50 +0000
commite9a154291c9769a4a12e84ea72fa8cb753343431 (patch)
tree982929574b2257754fa4ea559161cf34ce501461
parent2a839be3b6554003e0c3ffe07e2a35b6d43174e1 (diff)
Merged revision(s) 29949 from trunk:
bug:3126 just an isset git-svn-id: http://piwigo.org/svn/branches/2.7@29950 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/cat_modify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/cat_modify.php b/admin/cat_modify.php
index 7bcf52653..3cf8239c1 100644
--- a/admin/cat_modify.php
+++ b/admin/cat_modify.php
@@ -132,7 +132,7 @@ if (isset($_POST['submit']))
$data,
array('id' => $data['id'])
);
- if ($_POST['apply_commentable_on_sub'] and isset($_POST['apply_commentable_on_sub']))
+ if (isset($_POST['apply_commentable_on_sub']))
{
$subcats = get_subcat_ids(array('id' => $data['id']));
$query = '