diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |