Posted by pvanderspek on February 14, 2009 at 1:57pm
Jump to:
| Project: | Menu Block Split |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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
#1
I'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