function ultimate_cron_modules_enabled in Ultimate Cron 7.2
Implements hook_modules_enabled().
File
- ./
ultimate_cron.module, line 837
Code
function ultimate_cron_modules_enabled() {
// Clear ctools pluin cache for ultimate and rebuild menu,
// so that Ultimate Cron won't end up in an inconsistent state.
cache_clear_all('plugins:ultimate_cron:', 'cache', TRUE);
menu_rebuild();
}