aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/AdminPanel/Shared/Locales.pm2
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);
}