You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Konstrukt
Hi,
The global view helper function t today calls
$GLOBALS['k_current_context']->translator()->translate($str). Because
of this, the k_Language object is never passed to the translator. I
would suggest that it should call t() on the current context instead,
which handles the language object. That is:
$GLOBALS['k_current_context']->t($str);
/Anders
troels knak-nielsen
unread,
Jul 12, 2010, 9:36:43 AM7/12/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message