Closed (fixed)
Project:
AddToAny Share Buttons
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2009 at 05:52 UTC
Updated:
10 Oct 2009 at 21:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
kurt.gubi commentedFixed by giving the "_addtoany_create_button" function a parameter (since the 'node' parameter defaults to NULL) in hook_block.
_addtoany_create_button(); -> _addtoany_create_button(menu_get_object());
Comment #2
kurt.gubi commentedComment #3
g10tto commentedI patched the module, but it had no effect. Can we see this fixed in the next commit?
Comment #4
fred0 commentedI have addressed this issue and several other in a patch here: http://drupal.org/node/557380
Comment #5
micropat commentedFixed in version 2.4