From 6c60707449dd9d7007b43eb92866893a5c2adadd Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 15 Sep 2008 16:07:47 +0000 Subject: #308526 by chx: Actions do not reset on sync. --- includes/actions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/actions.inc') diff --git a/includes/actions.inc b/includes/actions.inc index 0aaa972c6..79cd0f7ec 100644 --- a/includes/actions.inc +++ b/includes/actions.inc @@ -250,7 +250,7 @@ function actions_function_lookup($hash) { */ function actions_synchronize($actions_in_code = array(), $delete_orphans = FALSE) { if (!$actions_in_code) { - $actions_in_code = actions_list(); + $actions_in_code = actions_list(TRUE); } $actions_in_db = array(); $result = db_query("SELECT * FROM {actions} WHERE parameters = ''"); -- cgit v1.2.3