Pluf Framework

Pluf Framework Commit Details


Date:2009-11-13 05:34:45 (15 years 5 months ago)
Author:Loic d'Anterroches
Branch:develop, master
Commit:0fbb4875ee5ebf740c7102d3cfd7eb262a9d03a1
Parents: eaa745527f39152f47fe4c7314d264a2d03722ed
Message:Fixed to fully use the default language in the configuration.

Changes:

File differences

src/Pluf/Translation.php
120120
121121
122122
123
123
124
124125
125126
126127
                return $lang;
            }
        }
        return 'en';
        $langs = Pluf::f('languages', array('en'));
        return $langs[0];
    }
    /**

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.08615s using 13 queries.