From 5cf943d5861712a911997ebe9d1be836134da1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Sun, 29 Oct 2017 17:11:54 +0100 Subject: [PATCH] Corrected wrong default language constant --- application/libraries/MessageLib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/MessageLib.php b/application/libraries/MessageLib.php index 744f8d969..eea05cef6 100755 --- a/application/libraries/MessageLib.php +++ b/application/libraries/MessageLib.php @@ -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 != '') {