Closed (fixed)
Project:
Panels
Version:
5.x-2.0-alpha7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2007 at 14:06 UTC
Updated:
6 Aug 2007 at 21:34 UTC
I found a little bug in panels_node.module. At line 34,
if ($node && $node->type == 'panel' && node_access($node, 'update')) {
should be
if ($node && $node->type == 'panel' && node_access('update', $node)) {
This implied that the panel options tabs didn't show up even if you had proper access.
Comments
Comment #1
merlinofchaos commentedThanks!
Fix committed, will go out in alpha8.
Comment #2
(not verified) commented