Closed (fixed)
Project:
Privatemsg
Version:
6.x-1.3
Component:
Code (pm_email_notify)
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2010 at 21:37 UTC
Updated:
12 Oct 2010 at 11:30 UTC
Since upgrading to 1.3 the link in notification e-mail redirects users to english version of my site (http://www.example.com/en/messages/view/1111), although it isn't the default language (I double checked in /admin/settings/language/overview). Previously the link was without language abbreviation: http://www.example.com/messages/view/1111
Is this a bug or some kind of misconfiguration?
Comments
Comment #1
berdirThis was added in the recent version, it *should* be the language of the recipient.
We basically call http://api.drupal.org/api/function/user_preferred_language/6 for every recipient use what's returned. So check what that function returns for your user.
Comment #2
berdirThere has been no feedback so I assume that this is fixed.