IcingaConfigHelper: fix backslash encoding

This commit is contained in:
Thomas Gelf 2015-06-11 21:32:46 +02:00
parent aaae6c02c6
commit 29230ad7b5

View File

@ -72,7 +72,7 @@ class IcingaConfigHelper
); );
$replace = array( $replace = array(
'\\\\', '\\\\\\',
'\\"', '\\"',
'\\$', '\\$',
'\\t', '\\t',