Revert "Fix PHP warning on windows due to LC_MESSAGES not defined."
This reverts commit 5b18ff7965
.
This commit is contained in:
parent
1e0219f697
commit
0bce5e83ad
1
AUTHORS
1
AUTHORS
|
@ -18,7 +18,6 @@ Marius Hein <marius.hein@netways.de>
|
|||
Markus Frosch <markus@lazyfrosch.de>
|
||||
Matthias Jentsch <matthias.jentsch@netways.de>
|
||||
Michael Friedrich <michael.friedrich@netways.de>
|
||||
Paul Richards <paul@minimoo.org>
|
||||
Rene Moser <rene.moser@swisstxt.ch>
|
||||
Susanne Vestner-Ludwig <susanne.vestner-ludwig@inserteffect.com>
|
||||
Sylph Lin <sylph.lin@gmail.com>
|
||||
|
|
|
@ -5,10 +5,6 @@ namespace Icinga\Util;
|
|||
|
||||
use Icinga\Exception\IcingaException;
|
||||
|
||||
if (!defined('LC_MESSAGES')) {
|
||||
define('LC_MESSAGES', 6);
|
||||
}
|
||||
|
||||
/**
|
||||
* Helper class to ease internationalization when using gettext
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue