diff options
Diffstat (limited to 'src/snuffleupagus.c')
| -rw-r--r-- | src/snuffleupagus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snuffleupagus.c b/src/snuffleupagus.c index 6fd6f25..c96a911 100644 --- a/src/snuffleupagus.c +++ b/src/snuffleupagus.c | |||
| @@ -314,7 +314,7 @@ static PHP_INI_MH(OnUpdateConfiguration) { | |||
| 314 | hook_upload(); | 314 | hook_upload(); |
| 315 | } | 315 | } |
| 316 | 316 | ||
| 317 | if (SPCFG(disable_xxe).enable == 0) { | 317 | if (SPCFG(xxe_protection).enable) { |
| 318 | hook_libxml_disable_entity_loader(); | 318 | hook_libxml_disable_entity_loader(); |
| 319 | } | 319 | } |
| 320 | 320 | ||
