Closed (fixed)
Project:
Panels
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2006 at 20:35 UTC
Updated:
29 Mar 2007 at 20:00 UTC
Following installation of the panels module, pages accessing the module appear blank. Apache error_log reports:
PHP Fatal error: Only variables can be referenced in /.../modules/panels/panels.module on line 292
Line 292 reads:
$default_radio = array_shift(array_keys($layout['content areas']));
Recommended patch:
$default_radio = array_keys($layout['content areas']);
$default_radio = array_shift($default_radio);
Comments
Comment #1
merlinofchaos commentedThis was fixed in another report; thanks for the patch though!
Comment #2
(not verified) commented