|
|
|
@ -864,7 +864,7 @@ class AppConfig implements IAppConfig {
|
|
|
|
&& ($type | self::VALUE_SENSITIVE) !== ($currType | self::VALUE_SENSITIVE)) {
|
|
|
|
&& ($type | self::VALUE_SENSITIVE) !== ($currType | self::VALUE_SENSITIVE)) {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
$currType = $this->convertTypeToString($currType);
|
|
|
|
$currType = $this->convertTypeToString($currType);
|
|
|
|
$this->convertTypeToString($type);
|
|
|
|
$type = $this->convertTypeToString($type);
|
|
|
|
} catch (AppConfigIncorrectTypeException) {
|
|
|
|
} catch (AppConfigIncorrectTypeException) {
|
|
|
|
// can be ignored, this was just needed for a better exception message.
|
|
|
|
// can be ignored, this was just needed for a better exception message.
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|