You are here

function cache_actions_modules_enabled in Cache Actions 7.2

Implements hook_modules_enabled().

File

./cache_actions.module, line 30
This is the module file. It contains hooks for panels and views.

Code

function cache_actions_modules_enabled($modules) {
  _cache_actions_check_module_cache_bins($modules);
}