Hi Guys,<div><br></div><div>I'm using rate module for voting. When an anonymous user clicks on the voting widget, the user is redirected to a url "user/login-to-rate". I'm also using i18n for localization. The issue with both of these together is that when I'm on a page with the URL "en/my-url" and I click on the voting widget, I'm redirected to "de/user/login-to-rate" where "de" is my default language. Ideally the user should be going to "en/user/login-to-rate" i.e. user selected language should be respected.</div>
<div><br></div><div>Going into details, I find that the rate module calls url function:</div><div>
<p class="p1"><span class="s1">print</span><span class="s2"> </span><span class="s1">url(</span>'user/login-to-rate'<span class="s1">, </span><span class="s2">array</span><span class="s1">(</span>'query' <span class="s1">=> $query, </span>'absolute' <span class="s1">=> </span><span class="s2">TRUE</span><span class="s1">));</span></p>
</div><div>and here there is no language paramater that is passed which means the default site language gets selected. </div><div><br></div><div>Am I missing something here in the configuration? Has anyone faced a similar problem and can help?</div>
<div><br></div><div>-- <br>Cheers,<div>Mukesh Agarwal</div><div>________________________________</div><div><font color="#999999"><a href="http://www.innoraft.com" target="_blank">Innoraft Solutions</a> || </font><span style="color:rgb(153,153,153)">+91 8017220799</span></div>
<br>
</div>