I am using Drupal-7.0-dev (perhaps 2010/Sep/16 version, according to the CHANGELOG.txt file) with AddToAny-7.x-1.x-dev (2010-Jul-11) version.

The combination of these two software doesn't show the AddToAny button. I could fix this bug by changing line 49 of the addtoany.module file as follows:
OLD: '#value' => ...
NEW: '#markup' => ...

I have not tested this change thoroughly. I want someone else with more programming knowledge to review.

Comments

micropat’s picture

Assigned: Unassigned » micropat
Status: Needs review » Patch (to be ported)

Thanks! Will be fixed in the next dev release.

micropat’s picture

Assigned: micropat » Unassigned
Status: Patch (to be ported) » Closed (fixed)

Fixed in the first beta release.