Changeset 9127


Ignore:
Timestamp:
Feb 8, 2011, 9:33:40 PM (13 years ago)
Author:
rvelices
Message:

fix admin call to invalidate_user_cache (done less often)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r9057 r9127  
    206206        'cat_perm',     // ?only POST
    207207        'picture_modify', // ?only POST; associate/dissociate
    208         'user_list',    // ?only POST; group assoc
    209208        'user_perm',
    210209        'group_perm',
     
    212211      )
    213212    )
    214     or ( isset($_POST) and in_array($page['page'],
     213    or ( !empty($_POST) and in_array($page['page'],
    215214        array(
    216215          'batch_manager',  // associate/dissociate; delete; set level
     216          'user_list',    // group assoc; user level
    217217        )
    218218      )
Note: See TracChangeset for help on using the changeset viewer.