Closed (duplicate)
Project:
Menu Block Split
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2009 at 13:57 UTC
Updated:
14 Feb 2009 at 13:59 UTC
The latest release contains a debug-statement which probably should have been removed. On line 131 of menu_block_split.module it says:
var_dump($parent);
This results in something like:
string(2) "44"
at the top of every page.
Removing the call to var_dump fixes this.
Comments
Comment #1
pvanderspek commentedI'm sorry. I overlooked an earlier issue reporting the same problem and solution. I'll mark this as a duplicate of http://drupal.org/node/292222