Closed (fixed)
Project:
Block reference
Version:
6.x-1.12
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2009 at 22:23 UTC
Updated:
19 Jun 2009 at 00:10 UTC
Hello, there is a small bug when you use a blockreference for a block with a custom title, it doesn't shows.
You must replace in blockreference.module in line 178 :
$block->subject = $block_view['subject'];
by :
$block->subject = ($block->title) ? $block->title : $block_view['subject'];
Comments
Comment #1
vthirteen commentedit works for me
Comment #2
danielb commentedwhat works for you, sinasquax's code?
Comment #3
vthirteen commentedyes, sorry. i meant sinasquax's code works for me, not the original code.
Comment #4
danielb commented