Plugin Directory

Changeset 2145055


Ignore:
Timestamp:
08/25/2019 09:03:46 AM (7 years ago)
Author:
qurl
Message:

#DW-6 Checkbox all childs not working fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamic-widgets/trunk/classes/dwmodule_class.php

    r1095126 r2145055  
    322322
    323323                if ( count($t) > 0 && count($t_childs) > 0 ) {
     324                    if ( $_POST['pg'] == 'no' ) {
     325                        $_POST['page'] = 'no';
     326                    }
     327
    324328                    $DW->addChilds($widget_id, $dwtype, $_POST[$name], $t, $t_childs);
    325329                }
Note: See TracChangeset for help on using the changeset viewer.