Closed (fixed)
Project:
Context OG
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 May 2012 at 18:01 UTC
Updated:
29 May 2012 at 19:30 UTC
Notice: Trying to get property of non-object in context_og_condition_group_node->execute() (line 53 of profiles/julio/modules/context_og/plugins/context_og_condition_group_node.inc).
From lightsurge #1559546: Department/club/team group menu missing from header when viewing posts in section groups
Comments
Comment #1
jgraham commentedhttp://drupalcode.org/project/context_og.git/commit/194053b
Comment #2
realnerd commentedThere is a syntax error in line 53 of the most recent version; the closing bracket appears to be missing
$this->condition_met($context, $group['gid'];should be:
$this->condition_met($context, $group['gid']);Comment #3
jgraham commented@realnerd Thanks for catching that I've been having some issues with my editor lately. :/