From ee700371aca60269b9c752d1e143cae64d18a745 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 20 Dec 2008 05:20:21 +0000 Subject: - Patch #319404 by Dave Reid: simplify actions_sychronize and remove paramater. --- modules/trigger/trigger.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/trigger/trigger.install') 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(); } /** -- cgit v1.2.3