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

boombatower’s picture

Assigned: Unassigned » boombatower
Status: Active » Fixed

Committed Thanks.

For some reason didn't get an e-mail so took my a while to notice this.

petasques’s picture

Same happens to me, e-mail not reached to me....

Thank you,

Anonymous’s picture

Status: Fixed » Closed (fixed)

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