Error en idioma por defecto solucionado

This commit is contained in:
Juan Ferrer Toribio 2015-09-04 10:04:44 +02:00
parent 439815da0d
commit 1cf3f7831f
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
php-vn-lib (1.2-1) stable; urgency=low
php-vn-lib (1.205-deb8) stable; urgency=low
* Initial Release.

View File

@ -32,7 +32,7 @@ namespace Vn\Lib
**/
static function set ($locale = NULL)
{
if (!isset ($locale))
if (empty ($locale))
$locale = self::$locale;
self::$locale = $locale;