remove unused comment

This commit is contained in:
oliver 2015-05-14 16:08:42 +02:00
parent ac856b742d
commit 4ce4a14cbc

View file

@ -73,7 +73,6 @@
// Set Locale and Load translation
if(!is_null($locale))
{
//$locale = sprintf('%s_%s.UTF-8', $locale, strtoupper($locale));
putenv("LC_ALL=$locale");
setlocale(LC_ALL, $locale);
\Locale::setDefault($locale);