Changeset 28532 for trunk/admin/cat_perm.php
- Timestamp:
- May 24, 2014, 4:18:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/cat_perm.php
r26461 r28532 299 299 // | sending html code | 300 300 // +-----------------------------------------------------------------------+ 301 $template->assign(array('PWG_TOKEN' => get_pwg_token(), 'INHERIT' => $conf['inheritance_by_default'])); 301 $template->assign(array( 302 'PWG_TOKEN' => get_pwg_token(), 303 'INHERIT' => $conf['inheritance_by_default'], 304 'CACHE_KEYS' => get_admin_client_cache_keys(array('groups', 'users')), 305 )); 302 306 303 307 $template->assign_var_from_handle('ADMIN_CONTENT', 'cat_perm');
Note: See TracChangeset
for help on using the changeset viewer.