Changeset 29858


Ignore:
Timestamp:
Oct 1, 2014, 8:06:45 PM (10 years ago)
Author:
flop25
Message:

Merged revision(s) 29857 from trunk/admin:
feature:3126 no more notice should be displayed
thx to rvelices for the report!

File:
1 edited

Legend:

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

    r29265 r29858  
    133133    array('id' => $data['id'])
    134134    );
    135   if ($_POST['apply_commentable_on_sub'])
     135  if ($_POST['apply_commentable_on_sub'] and 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.