mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
bug:3126
just an isset git-svn-id: http://piwigo.org/svn/trunk@29949 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
0ffdb98bde
commit
457ae3064c
1 changed files with 1 additions and 1 deletions
|
@ -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 = '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue