summaryrefslogtreecommitdiff
path: root/config-user.default.php
diff options
context:
space:
mode:
authorGravatar Inverle <inverle@proton.me> 2025-08-31 19:09:02 +0200
committerGravatar GitHub <noreply@github.com> 2025-08-31 19:09:02 +0200
commit87879e83927d66332d2d0794bc47eeb55f8c9b46 (patch)
tree2706ce65294feee9dd09375060d14914a9e6bfe9 /config-user.default.php
parent94d4f942d3bd604473c1acd4b07113890e0890e0 (diff)
Improve leave validation (#7830)
* Improve leave validation * array_key_exists -> isset Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'config-user.default.php')
-rw-r--r--config-user.default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-user.default.php b/config-user.default.php
index 43f43105d..816b5a3a8 100644
--- a/config-user.default.php
+++ b/config-user.default.php
@@ -90,7 +90,7 @@ return array (
'focus_search' => 'a',
'user_filter' => 'u',
'help' => 'f1',
- 'close_dropdown' => 'escape',
+ 'close_menus' => 'escape',
'normal_view' => '1',
'global_view' => '2',
'reading_view' => '3',