This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/og.module b/og.module | |
index 6f28205..a3aa3be 100755 | |
--- a/og.module | |
+++ b/og.module | |
@@ -762,6 +762,12 @@ function og_form_group_reference_validate($form, &$form_state) { | |
if (!empty($form_state['values'][$field_name][LANGUAGE_NONE])) { | |
return; | |
} | |
+ | |
+ // @TODO: Find out why the 'og_group_ref' field isn't getting maintained in the 'values' array by form_builder() |