Changeset 29857
- Timestamp:
- Oct 1, 2014, 7:59:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/cat_modify.php
r29265 r29857 133 133 array('id' => $data['id']) 134 134 ); 135 if ($_POST['apply_commentable_on_sub'] )135 if ($_POST['apply_commentable_on_sub'] and isset($_POST['apply_commentable_on_sub'])) 136 136 { 137 137 $subcats = get_subcat_ids(array('id' => $data['id']));
Note: See TracChangeset
for help on using the changeset viewer.