From affb869116f9885d07c6abae9c21a14d095c4e26 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 23 Feb 2021 13:28:34 +0100 Subject: [PATCH] Reformat parameter --- core/config.class.inc.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 0d4ec2358..71c9c3987 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -1205,14 +1205,6 @@ class Config 'source_of_value' => '', 'show_in_conf_sample' => false, ], - 'activity_panel.lock_watcher_period' => [ - 'type' => 'integer', - 'description' => 'Period (in second) between lock status update.', - 'default' => 30, - 'value' => 30, - 'source_of_value' => '', - 'show_in_conf_sample' => false, - ], 'activity_panel.datetimes_reformat_limit' => [ 'type' => 'integer', 'description' => 'Limit (in days) for the dates / times to be displayed in a relative format (eg. "2 days ago") instead of in absolute format (eg. "2021-05-01 10:00"). After that limit, they will all be displayed in absolute format using the "date_and_time_format" parameter.', @@ -1221,6 +1213,14 @@ class Config 'source_of_value' => '', 'show_in_conf_sample' => false, ], + 'activity_panel.lock_watcher_period' => [ + 'type' => 'integer', + 'description' => 'Period (in second) between lock status update.', + 'default' => 30, + 'value' => 30, + 'source_of_value' => '', + 'show_in_conf_sample' => false, + ], 'obsolescence.show_obsolete_data' => [ 'type' => 'bool', 'description' => 'Default value for the user preference "show obsolete data"',