On a localized site, on those pages that call redhen_activity_activity_page() function, no messages displayed. The message types at admin/structure/messages are translated, and the correct text format is set.
I belive it is caused by using message module's getText() function without the first argument, so it always uses LANGUAGE_NONE. This path uses global $language. Please review it.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | redhen_activity-language_ignored-2034649-1.patch | 841 bytes | fricike |
Comments
Comment #1
fricike commentedThe patch.
Comment #2
levelos commentedThanks again, fixed in 4901b45.