Project:Block reference
Version:6.x-1.12
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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 :

<?php
  $block
->subject = $block_view['subject'];
?>

by :

<?php
  $block
->subject = ($block->title) ? $block->title : $block_view['subject'];
?>

Comments

#1

Status:active» reviewed & tested by the community

it works for me

#2

what works for you, sinasquax's code?

#3

yes, sorry. i meant sinasquax's code works for me, not the original code.

#4

Status:reviewed & tested by the community» fixed

#5

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here