Closed (cannot reproduce)
Project:
Open Atrium
Version:
7.x-2.26
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2015 at 06:27 UTC
Updated:
27 Jan 2015 at 22:19 UTC
Jump to comment: Most recent
Comments
Comment #1
hefox commentedThat function is used for two panes, 'Content Visibility' and 'Visibility toolbar', the former has a required node context and later checks if $node->type is set
The function is passed a $node variable that based on ^ should be set to a node. Then it does the below checking, which should result in $section_node being set to a node (cause of the empty( check).
Is the line 495
So... how is that function on your install getting an invalid $section_node? Don't see how that could be happening unless something else is causing it or such, hard to debug without being able to reproducing it myself
the output of
would be helpful
Comment #2
jacobson commented