From 86226679d91335a9f637205b0c21e0280f3cfe5b Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 13 Sep 2010 06:44:58 +0000 Subject: #763376 follow-up by andypost: Fix typo. --- 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 71805afac..03bf41151 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -5692,7 +5692,7 @@ function drupal_array_set_nested_value(array &$array, array $parents, $value) { * altered by reference: * @code * $key_exists = NULL; - * $value = drupal_array_get_nested_value($form, $parents, $value_exists); + * $value = drupal_array_get_nested_value($form, $parents, $key_exists); * if ($key_exists) { * // ... do something with $value ... * } -- cgit v1.2.3