mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Revert "Fix PHP warning on windows due to LC_MESSAGES not defined."
This reverts commit 5b18ff7965529ecaa4bdd2eb2ab3796b30da771c.
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…
x
Reference in New Issue
Block a user