Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Can you tell me what modules you have installed and which blocks are enabled, I need to be able to reproduce the issue so I can write a proper condition for this, its very odd how some modules blocks can result in subject not being set at all.
Comments
Comment #1
socialnicheguru commentedthis might be related to this: http://drupal.org/node/1408946#new
Comment #2
Jeff Burnz commentedTry this at line 54 please, seems you have a block where the title is not set:
if (!isset($vars['block']->subject)) {Comment #3
Jeff Burnz commentedCan you tell me what modules you have installed and which blocks are enabled, I need to be able to reproduce the issue so I can write a proper condition for this, its very odd how some modules blocks can result in subject not being set at all.
Comment #4
socialnicheguru commentedThis is not due to corolla. there is an issue with panels and titles.
Comment #5
merlinofchaos commentedA patch was just posted for this here: http://drupal.org/node/1912174