From 8bac2dd319a42cade43b06218cbef31bf8f4867d Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 5 Feb 2009 01:21:16 +0000 Subject: #361683 follow-up by yched and sun: Fix failing tests and windows line-endings. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index 5dfc001ca..fe8401dc9 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -3379,7 +3379,7 @@ function drupal_render(&$elements) { * If the keys of the element's children are already known, they can be passed * in to save another run of element_children(). */ -function drupal_render_children($element, $children_keys = NULL) { +function drupal_render_children(&$element, $children_keys = NULL) { if ($children_keys === NULL) { $children_keys = element_children($element); } -- cgit v1.2.3