diff --git a/src/Helper/Lang.php b/src/Helper/Lang.php index cf77cee..cbd7cc4 100644 --- a/src/Helper/Lang.php +++ b/src/Helper/Lang.php @@ -31,7 +31,7 @@ static public function setup($cache = true) { if(empty(self::$lang) && Auth::get_lang()) { self::$lang = Auth::get_lang(); - } else { + } else if (empty(self::$lang)) { self::$lang = self::DEFAULT_LANG; }