diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/script/script-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/script/script-config.c b/src/plugins/script/script-config.c index b17a93cbb..9116ee0d7 100644 --- a/src/plugins/script/script-config.c +++ b/src/plugins/script/script-config.c @@ -455,7 +455,7 @@ script_config_init () "u=date updated; char \"-\" can be used before identifier to reverse " "order; example: \"i,u\": installed scripts first, sorted by update " "date"), - NULL, 0, 0, "p,n", NULL, 0, + NULL, 0, 0, "i,p,n", NULL, 0, NULL, NULL, NULL, &script_config_reload_scripts_cb, NULL, NULL, NULL, NULL, NULL); |