The module is calling local_language_list() which calls language_list() which does caching of the installed/enabled languages. This isn't flushed after the form is saved so when we try to rebuild the table we're using the old settings. The attached patch calls language_list() directly to avoid problems with caching of languages.

Committing to HEAD.

CommentFileSizeAuthor
at_caching.patch3.7 KBdrewish

Comments

Anonymous’s picture

Status: Fixed » Closed (fixed)

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