There's a typo in the code for inserting an entry into the {multiblock} table. $block_instance->mb_enabled is mistyped as $block_instance->mb_enbabled, which, though hilarious, does not actually insert the correct value into the table.

Attached patch fixes the problem, although you could also fix the problem in about 2 seconds with any text editor.

CommentFileSizeAuthor
multiblock-enbabled.patch694 bytesjjeff

Comments

andrewlevine’s picture

Status: Needs review » Fixed

thanks, I fixed this in DRUPAL-5 and DRUPAL-6--1

Anonymous’s picture

Status: Fixed » Closed (fixed)

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