Closed (fixed)
Project:
AT Commerce
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2012 at 16:36 UTC
Updated:
27 Sep 2012 at 22:21 UTC
How to reproduce:
Create a View with a pane display with no title; create a panels page and use it as a homepage. Add that view pane to one of the regions of the panel page and go to that page - this will result in:
Undefined property: stdClass::$subject in preprocess_block() (line 198 of template.php)
Comments
Comment #1
Jeff Burnz commentedNeeds extra checks, sometimes the subject can be set and empty, i.e. using
<none>, e.g. we need to do this:Will commit shortly.