Changeset 29949


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

bug:3126
just an isset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_modify.php

    r29857 r29949  
    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.