Error en idioma por defecto solucionado
This commit is contained in:
parent
439815da0d
commit
1cf3f7831f
|
@ -1,4 +1,4 @@
|
||||||
php-vn-lib (1.2-1) stable; urgency=low
|
php-vn-lib (1.205-deb8) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ namespace Vn\Lib
|
||||||
**/
|
**/
|
||||||
static function set ($locale = NULL)
|
static function set ($locale = NULL)
|
||||||
{
|
{
|
||||||
if (!isset ($locale))
|
if (empty ($locale))
|
||||||
$locale = self::$locale;
|
$locale = self::$locale;
|
||||||
|
|
||||||
self::$locale = $locale;
|
self::$locale = $locale;
|
||||||
|
|
Loading…
Reference in New Issue