Closed (fixed)
Project:
Drupify
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2010 at 15:54 UTC
Updated:
28 Apr 2010 at 00:00 UTC
page.tpl.php version 1.4.2.5, lines 117 and 127 reference the $left block area but this block doesn't exist in drupify.info so this results in a notice level warning:
# notice: Undefined variable: left in XXXX/drupify/page.tpl.php on line 117.
# notice: Undefined variable: left in XXXX/drupify/page.tpl.php on line 127.
Comments
Comment #1
toddgee commentedsee http://drupal.org/node/729294
same file, same sort of issue. should have filed both in one report...
Comment #2
matt v. commentedI just committed a fix to the dev release, removing the references to $left. If you get a chance, please confirm that the dev release fixes the issue. Thanks for pointing that out!