phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [20923] Fix: pick the correct translation


From: Sigurd Nes
Subject: [Phpgroupware-cvs] [20923] Fix: pick the correct translation
Date: Tue, 05 Jan 2010 21:16:30 +0000

Revision: 20923
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20923
Author:   sigurdne
Date:     2010-01-05 21:16:30 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
Fix: pick the correct translation

Modified Paths:
--------------
    people/sigurdne/modules/phpgwapi/trunk/inc/class.setup_translation.inc.php

Modified: 
people/sigurdne/modules/phpgwapi/trunk/inc/class.setup_translation.inc.php
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/inc/class.setup_translation.inc.php  
2010-01-05 21:13:50 UTC (rev 20922)
+++ people/sigurdne/modules/phpgwapi/trunk/inc/class.setup_translation.inc.php  
2010-01-05 21:16:30 UTC (rev 20923)
@@ -32,7 +32,7 @@
                        $ConfigLang = phpgw::get_var('ConfigLang');
                        $this->set_userlang($ConfigLang);
 
-                       $fn = PHPGW_SERVER_ROOT . 
"/phpgwapi/setup/phpgw_{$this->userlang}.lang";
+                       $fn = PHPGW_SERVER_ROOT . 
"/setup/lang/phpgw_{$this->userlang}.lang";
                        if (!file_exists($fn))
                        {
                                $fn = PHPGW_SERVER_ROOT . 
'/phpgwapi/setup/phpgw_en.lang';





reply via email to

[Prev in Thread] Current Thread [Next in Thread]