Active
Project:
Advanced Book Blocks
Version:
6.x-2.5
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2010 at 01:12 UTC
Updated:
20 Dec 2010 at 21:25 UTC
Hi I posted a similar bug on jquery menu but I wanted alter you to this one too.
I updated to the latest version of devel today and found a warning for the module.
notice: Undefined variable: block in advancedbookblocks_block() (line 422 of /vpfa-dev/hr_drupal6_template/sites/all/modules/advancedbookblocks/advancedbookblocks.module). =>
I asked about it in devel issues and found out that
"notice: Undefined variable" used to be ignored, but it's good practice to always give your variables a value before referencing them; these notices often point to bugs, and that's why we're not suppressing them anymore.
ref: http://drupal.org/node/1000490#comment-3837610
Thanks
Comments
Comment #1
PixelClever commentedComment #2
_vid commentedHi Aaron,
I'll try to figure out how to post a legitimate patch, but in the interim here's a contribution toward a patch that declares $block in advancedbookblocks_block().