From 28d2ee1a0026ddcbc26f4adad8f241b0fbce4abd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 13 Aug 2008 06:38:33 +0000 Subject: - Patch #290869 by swenterl, cwgordon07: fixed notice in #ahah handling. --- includes/form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/form.inc b/includes/form.inc index ef0fcdb63..61c2261d6 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -1735,7 +1735,7 @@ function form_process_radios($element) { '#attributes' => $element['#attributes'], '#parents' => $element['#parents'], '#id' => form_clean_id('edit-' . implode('-', $parents_for_id)), - '#ahah' => $element['#ahah'], + '#ahah' => isset($element['#ahah']) ? $element['#ahah'] : NULL, ); } } -- cgit v1.2.3