summaryrefslogtreecommitdiff
path: root/modules/trigger/trigger.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/trigger/trigger.install')
-rw-r--r--modules/trigger/trigger.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/trigger/trigger.install b/modules/trigger/trigger.install
index 03c8585bf..c6bb061b0 100644
--- a/modules/trigger/trigger.install
+++ b/modules/trigger/trigger.install
@@ -9,7 +9,7 @@ function trigger_install() {
drupal_install_schema('trigger');
// Do initial synchronization of actions in code and the database.
- actions_synchronize(actions_list());
+ actions_synchronize();
}
/**