Index: includes/actions.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/actions.inc,v
retrieving revision 1.7
diff -u -p -r1.7 actions.inc
--- includes/actions.inc	8 Dec 2007 14:06:20 -0000	1.7
+++ includes/actions.inc	25 Dec 2007 20:48:18 -0000
@@ -39,7 +39,7 @@
  *   An associative array containing the result of the function that
  *   performs the action, keyed on action ID.
  */
-function actions_do($action_ids, $object = NULL, $context = NULL, $a1 = NULL, $a2 = NULL) {
+function actions_do($action_ids, &$object, $context = NULL, $a1 = NULL, $a2 = NULL) {
   static $stack;
   $stack++;
   if ($stack > variable_get('actions_max_stack', 35)) {
