You are here

function access_filter_modules_enabled in Access Filter 7

Implements hook_modules_enabled().

File

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

Code

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