Skip to content
Snippets Groups Projects
Commit cfca8006 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #290869 by swenterl, cwgordon07: fixed notice in #ahah handling.

parent b5e206d6
No related branches found
No related tags found
No related merge requests found
......@@ -1734,7 +1734,7 @@ function expand_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,
);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment