Closed (fixed)
Project:
MultiBlock
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2011 at 15:02 UTC
Updated:
30 Dec 2015 at 16:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
oknateComment #2
berimbolo commentedI had the same issue using multiblock with Drupal 7.
I made similar changes to oknate's Drupal6 patch and it worked fine.
It's been almost 10 months since this was posted, so hopefully the patch will be committed soon.
Comment #3
nancydruIt would be nice if this was marked as RTBC.
Comment #4
berimbolo commentedDone, thanks for the tip NancyDru.
Comment #6
intrafusionThis patch has been applied and a new release has been rolled
Comment #7
intrafusionComment #9
mejdzer commentedI believe there is something wrong with this patch.
$edit['multiblock_delta'] = $delta;overwrites whatever the result of the following code could be:resulting in
$edit['multiblock_delta']being always a simple variable and not an array.This change is not back compatible and requires changes in custom modules, ex.:
From this:
to this:
Ref: multiblock.module v.6.1.5, function multiblock_call_block, lines 76-96