function authcache_flag_flag_delete in Authenticated User Page Caching (Authcache) 7.2
Implements hook_flag_delete().
Rebuild request router when a flag is deleted.
File
- modules/
authcache_flag/ authcache_flag.module, line 127 - Provide personalization for the flag module.
Code
function authcache_flag_flag_delete($flag) {
authcache_p13n_request_router_rebuild();
}