summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/filter/filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filter/filter.c b/ext/filter/filter.c
index 61a6f5fd6d..e54c3105b2 100644
--- a/ext/filter/filter.c
+++ b/ext/filter/filter.c
@@ -131,7 +131,7 @@ static PHP_INI_MH(UpdateDefaultFilter)
static PHP_INI_MH(OnUpdateFlags)
{
if (!new_value) {
- IF_G(default_filter_flags) = 0;
+ IF_G(default_filter_flags) = FILTER_FLAG_NO_ENCODE_QUOTES;
} else {
IF_G(default_filter_flags) = atoi(new_value);
}