diff --git a/core/modules/actions/tests/actions_loop_test/actions_loop_test.module b/core/modules/actions/tests/actions_loop_test/actions_loop_test.module index f2ba866..3314f54 100644 --- a/core/modules/actions/tests/actions_loop_test/actions_loop_test.module +++ b/core/modules/actions/tests/actions_loop_test/actions_loop_test.module @@ -16,7 +16,7 @@ function actions_loop_test_watchdog(array $log_entry) { // Fire the actions on the associated object ($log_entry) and the context // variable. $aids = (array) $_GET['trigger_actions_on_watchdog']; - actions_do($aids, $context); + actions_do($aids, $log_entry, $context); } /**