the default value of "my-username" is used instead of the input value.
on line 205 of the module there is the following mistake:
variable_get('addthis_user', 'my-username'),
should be
variable_get('addthis_username', 'my-username'),
that fixes the problem.
Comments
Comment #1
vesapalmu commentedThanks. This has now been fixed in CVS and a new release will be made soon. This small typo affected both D 6.x and 5.x versions.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.