Closed (fixed)
Project:
Click HeatMap
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Jun 2008 at 17:55 UTC
Updated:
29 Jun 2008 at 15:32 UTC
in the 'es' (spanish) language case
click_heatmap.module - line 152
'return str_replace($language->prefix . '/', '', $url);'
which returns ' http://www.mydomain.com/modulclick_heatmap/clickheat/click.php...'
should be replaced by
return str_replace('/'.$language->prefix . '/', '', $url);
to return: ' http://www.mydomain.com/modules/click_heatmap/clickheat/click.php...'
Such a minor bug, I think better yourself fix and commit it boombatower
Thank you for this helpful module :)
Comments
Comment #1
boombatower commentedCommitted Thanks.
For some reason didn't get an e-mail so took my a while to notice this.
Comment #2
petasques commentedSame happens to me, e-mail not reached to me....
Thank you,
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.