projects
/
project/addthis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
eb96d15
)
Fixed a bug which caused my-username to be printed always. Thanks to blb for reportin...
5.x-2.0-beta3
6.x-2.1
author
Vesa Palmu
Sat, 23 Aug 2008 11:49:21 +0000 (11:49 +0000)
committer
Vesa Palmu
Sat, 23 Aug 2008 11:49:21 +0000 (11:49 +0000)
addthis.module
patch
|
blob
|
blame
|
history
diff --git
a/addthis.module
b/addthis.module
index
94fc211
..
c190a3c
100644
(file)
--- a/
addthis.module
+++ b/
addthis.module
@@
-199,7
+199,7
@@
function _addthis_create_button($node=NULL, $teaser = FALSE) {
addthis_offset_top = \'%d\';
addthis_offset_left = \'%d\';
',
- variable_get('addthis_user', 'my-username'),
+ variable_get('addthis_username', 'my-username'),
variable_get('addthis_logo', 'http://www.addthis.com/images/yourlogo.png'),
variable_get('addthis_logo_background', 'EFEFFF'),
variable_get('addthis_logo_color', '666699'),