Ignore:
Timestamp:
Jun 21, 2013, 4:48:43 PM (11 years ago)
Author:
flop25
Message:

bug:2855
check "Apply to sub" checkbox if $conf inheritance_by_default is true
add admins to the users granted
optimizations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_perm.php

    r19703 r23430  
    320320// |                           sending html code                           |
    321321// +-----------------------------------------------------------------------+
    322 $template->assign(array('PWG_TOKEN' => get_pwg_token()));
     322$template->assign(array('PWG_TOKEN' => get_pwg_token(), 'INHERIT' => $conf['inheritance_by_default']));
    323323
    324324$template->assign_var_from_handle('ADMIN_CONTENT', 'cat_perm');
Note: See TracChangeset for help on using the changeset viewer.