Discussion:
[software/adminpanel] 01/01: missing ";"
root-odJJhXpcy38dnm+
2014-10-18 15:47:31 UTC
Permalink
This is an automated email from the git hooks/post-receive script.

anaselli pushed a commit to branch master
in repository software/adminpanel.

commit cfe2db053d435528d892dcae28ac9c2fe4478f99
Author: Angelo Naselli <anaselli-***@public.gmane.org>
Date: Sat Oct 18 17:47:17 2014 +0200

missing ";"
---
Commit Link:
http://gitweb.mageia.org/software/adminpanel/commit/?id=cfe2db053d435528d892dcae28ac9c2fe4478f99

lib/AdminPanel/Shared/Locales.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/AdminPanel/Shared/Locales.pm b/lib/AdminPanel/Shared/Locales.pm
index 2015a48..57c22d2 100644
--- a/lib/AdminPanel/Shared/Locales.pm
+++ b/lib/AdminPanel/Shared/Locales.pm
@@ -127,7 +127,7 @@ sub BUILD {

$self->domain(Locale::gettext->domain_raw($self->domain_name));
$self->domain->dir($self->dir_name) if $self->dir_name;
- $self->domain->codeset($self->codeset)
+ $self->domain->codeset($self->codeset);
}
--
Mageia Git Monkeys.
Loading...