Problem:


The user_admin_edit form does not display the language field.

Solution:


Add global $languages declaration to user_admin_edit.

Comments

jonbob’s picture

Looks like this must be fixed, even in 4.3; there is no reference to a $languages variable at all now (let alone one that should be made global).

Anonymous’s picture