mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Corrected wrong default language constant
This commit is contained in:
@@ -307,7 +307,7 @@ class MessageLib
|
||||
if (hasData($result))
|
||||
{
|
||||
// Set the language with the global value
|
||||
$sprache = DEFAULT_LEHREINHEIT_SPRACHE;
|
||||
$sprache = DEFAULT_LANGUAGE;
|
||||
// If the receiver has a prefered language use this
|
||||
if (isset($result->retval[0]->sprache) && $result->retval[0]->sprache != '')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user