Skip to content

tc-351 : fix language being not initialized in User class

Bruno Coudoin requested to merge tc-351 into master

In User::link() the language object is not set unless a language is defined in the database. The _language pointer is left uninitialized but returned by getLanguage() which makes synthese crash.

Merge request reports