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.

Comments

fricike’s picture

The patch.

levelos’s picture

Status: Needs review » Fixed

Thanks again, fixed in 4901b45.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 4901b45 on 7.x-1.x, tests, redhen-donation authored by fricike, committed by levelos:
    #2034649 by fricike: Redhen Activity ignores site language.
    

  • Commit 4901b45 on 7.x-1.x, tests, redhen-donation, relation-roles authored by fricike, committed by levelos:
    #2034649 by fricike: Redhen Activity ignores site language.