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

jgraham’s picture

realnerd’s picture

There 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']);

jgraham’s picture

@realnerd Thanks for catching that I've been having some issues with my editor lately. :/

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.