diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index c1c28e88e..df27362ea 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1622,6 +1622,7 @@ function system_action_info() { 'comment' => array('view', 'insert', 'update', 'delete'), 'user' => array('view', 'insert', 'update', 'delete', 'login'), 'taxonomy' => array('insert', 'update', 'delete'), + 'cron' => array('run'), ) ), 'system_block_ip_action' => array( |