Error message is: Notice: Undefined property: stdClass::$subject in include() (line 46 of .../openchurch_theme/block.tpl.php)

In the code, it seems like it should be $block->title, not $block->subject
couple places.

Only occurs if you use blocks on your site.

Comments

drupalninja99’s picture

Status: Active » Needs review

Try the latest version and let me know if it still happens. I am using the same block.tpl.php (more or less) that comes with the fusion theme.

jking1224’s picture

Version: 7.x-1.0-beta6 » 7.x-1.0-beta12

yes, I just updated to OpenChurch beta12 distribution and tried the standalone openchurch_theme beta12.
The code error is still there: block.tpl.php still contains $block->subject instead of $block->title in two places.

drupalninja99’s picture

I think I just needed to wrap the condition in a !empty() to prevent the notice errors. I think subject is right.

drupalninja99’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

No longer supporting 1x fixes