diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 7ebd8004b..4f61584ae 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2861,7 +2861,7 @@ function system_action_info() { 'type' => 'user', 'label' => t('Ban IP address of current user'), 'configurable' => FALSE, - 'triggers' => array(), + 'triggers' => array('any'), ), 'system_goto_action' => array( 'type' => 'system', |