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

vesapalmu’s picture

Assigned: Unassigned » vesapalmu
Status: Active » Fixed

Thanks. 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.