diff --git a/plugins/context_og_condition_group_type.inc b/plugins/context_og_condition_group_type.inc
index 7425f5a..de8266f 100644
--- a/plugins/context_og_condition_group_type.inc
+++ b/plugins/context_og_condition_group_type.inc
@@ -54,7 +54,7 @@ class context_og_condition_group_type extends context_condition {
         // The condition is met unless we are looking at a node form
         // and the "Set on node form" option is unchecked.
         if (!$node_form || !empty($options['node_form'])) {
-          $this->condition_met($acontext, '_any_');
+          $this->condition_met($context, '_any_');
         }
       }
     }
