Closed (fixed)
Project:
Sky
Version:
7.x-1.4
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2011 at 07:42 UTC
Updated:
20 Feb 2011 at 23:40 UTC
Hi there. Upon installing 7.x-1.4 and creating a sub-theme, I get this PHP notice when using the sub-theme:
Notice: Undefined index: collapsible in include() (line 66 of ***/sites/all/themes/sky/templates/page.tpl.php).
It appears that the following:
if ($page['collapsible']):
doesn't produce the notice if you use empty():
if (!empty($page['collapsible'])):
Thanks.
Comments
Comment #1
ambient.impactComment #2
jacineA fix has been committed, and will be released shortly. Thank you! :)