includes/pageutils.php
changeset 749 ea3045a3bcbd
parent 737 919bcdde5f2a
child 800 9cdfe82c56cd
equal deleted inserted replaced
748:e39454295bbb 749:ea3045a3bcbd
  2059                   'divclass' => "acl_inherit acl_$divclass",
  2059                   'divclass' => "acl_inherit acl_$divclass",
  2060                   'perm_type' => $perm_type,
  2060                   'perm_type' => $perm_type,
  2061                   'perm_name' => $perm_name,
  2061                   'perm_name' => $perm_name,
  2062                   'perm_value' => $perm_string,
  2062                   'perm_value' => $perm_string,
  2063                   'perm_src' => $src_l10n,
  2063                   'perm_src' => $src_l10n,
  2064                   'rule_id' => intval($lookup_data['rule_id'])
  2064                   'rule_id' => intval($lookup_data['rule_id']),
       
  2065                   'bad_deps' => $perms->acl_check_deps($perm_type, true)
  2065                 );
  2066                 );
  2066             }
  2067             }
  2067             
  2068             
  2068             // group rules if possible
  2069             // group rules if possible
  2069             $return['groups'] = array();
  2070             $return['groups'] = array();