Ignore:
Timestamp:
Oct 9, 2014, 9:35:50 PM (10 years ago)
Author:
flop25
Message:

Merged revision(s) 29949 from trunk:
bug:3126
just an isset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.7/admin/cat_modify.php

    r29858 r29950  
    133133    array('id' => $data['id'])
    134134    );
    135   if ($_POST['apply_commentable_on_sub'] and isset($_POST['apply_commentable_on_sub']))
     135  if (isset($_POST['apply_commentable_on_sub']))
    136136  {
    137137    $subcats = get_subcat_ids(array('id' => $data['id']));
Note: See TracChangeset for help on using the changeset viewer.