You are here

function access_filter_modules_disabled in Access Filter 7

Implements hook_modules_disabled().

File

./access_filter.module, line 185
Allows users to manage access filters.

Code

function access_filter_modules_disabled($modules) {
  access_filter_ensure_admin_paths_cache(TRUE);
}