diff options
Diffstat (limited to 'phpdbg_set.c')
-rw-r--r-- | phpdbg_set.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpdbg_set.c b/phpdbg_set.c index fa462e2f18..e8027a8930 100644 --- a/phpdbg_set.c +++ b/phpdbg_set.c @@ -203,6 +203,8 @@ PHPDBG_SET(quiet) /* {{{ */ PHPDBG_G(flags) |= PHPDBG_IS_QUIET; } else PHPDBG_G(flags) &= ~PHPDBG_IS_QUIET; } break; + + phpdbg_default_switch_case(); } return SUCCESS; |