You are here

function authcache_panels_panels_display_save in Authenticated User Page Caching (Authcache) 7.2

Implements hook_panels_display_save().

File

modules/authcache_panels/authcache_panels.module, line 73
Authcache support for Panels.

Code

function authcache_panels_panels_display_save($display) {
  authcache_p13n_request_router_rebuild();
}