From f54c221e5ee32161f507de387e0a4d6e54ac2e38 Mon Sep 17 00:00:00 2001 From: Aram HARUTYUNYAN Date: Thu, 25 Apr 2013 12:45:42 +0000 Subject: [PATCH] Issue #0001547: --- library/Scores/AuthAdapter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Scores/AuthAdapter.php b/library/Scores/AuthAdapter.php index ab1a83d50..2e36fd28e 100644 --- a/library/Scores/AuthAdapter.php +++ b/library/Scores/AuthAdapter.php @@ -49,7 +49,7 @@ class Scores_AuthAdapter implements Zend_Auth_Adapter_Interface $identity->acceptationCGU = $InfosLogin->result->acceptationCGU; $identity->ip = $adressIp; $identity->modeEdition = false; - + $identity->lang = (!empty($InfosLogin->result->lang)) ? $InfosLogin->result->lang : 'fr'; $timeout = (!empty($InfosLogin->result->timeout)) ? $InfosLogin->result->timeout : $this->_timeout; $identity->timeout = $timeout;