? multistep.patch
? patches
Index: multistep.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/multistep/multistep.module,v
retrieving revision 1.1.2.2.2.23
diff -u -p -r1.1.2.2.2.23 multistep.module
--- multistep.module	8 Sep 2009 13:30:40 -0000	1.1.2.2.2.23
+++ multistep.module	24 Sep 2009 06:35:45 -0000
@@ -160,7 +160,7 @@ function multistep_field_access($op, $fi
       $group = _fieldgroup_field_get_group($type, $field['field_name']);
       $groups = fieldgroup_groups($type);
       // Set #access to FALSE if it does not belong in the current step.
-      if ($groups[$group]['settings']['multistep']['step'] != $step) {
+      if ($groups[$group]['settings']['multistep']['step'] != $step && $groups[$group]) {
         return FALSE;
       }
   }
