It didn't work with nonclean urls, and it inserted the language letters "?q=de" in the server path
my fix is: Change line 137 to:
return str_replace('/?q=' . $language->prefix . '/', '/', $url);
that solved my problem.
Could you please fix it in the code, so that it will work in the next version?
Comments
Comment #1
firstmanifold commentedof course the file is: click_heatmap.module
Comment #2
vm commentedmoving to 6.x-2.x and marking as active as there is no patch
Comment #3
john franklin commentedFixed.
Comment #4
john franklin commentedApplied to all four active branches: