diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-11-10 10:45:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 10:45:50 +0100 |
commit | c94c32d1a3e86a479cb2582eadc668a5bb476fc6 (patch) | |
tree | 77ea0ce809cebc56c90672b6cccdf9563da2440f /application/config | |
parent | 39b75ea9836054df22a377f0f0f28d6ac9a19dc2 (diff) | |
parent | 80c8889bfe5151a23066188e6c74c3c1e8575e61 (diff) | |
download | Shaarli-c94c32d1a3e86a479cb2582eadc668a5bb476fc6.tar.gz Shaarli-c94c32d1a3e86a479cb2582eadc668a5bb476fc6.tar.zst Shaarli-c94c32d1a3e86a479cb2582eadc668a5bb476fc6.zip |
Merge pull request #1637 from ArthurHoaro/fix/server-admin-update-check
Server admin: do not retrieve latest version without update_check
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/ConfigManager.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/ConfigManager.php b/application/config/ConfigManager.php index a035baae..3260d7c0 100644 --- a/application/config/ConfigManager.php +++ b/application/config/ConfigManager.php | |||
@@ -370,8 +370,8 @@ class ConfigManager | |||
370 | $this->setEmpty('general.enable_async_metadata', true); | 370 | $this->setEmpty('general.enable_async_metadata', true); |
371 | $this->setEmpty('general.tags_separator', ' '); | 371 | $this->setEmpty('general.tags_separator', ' '); |
372 | 372 | ||
373 | $this->setEmpty('updates.check_updates', false); | 373 | $this->setEmpty('updates.check_updates', true); |
374 | $this->setEmpty('updates.check_updates_branch', 'stable'); | 374 | $this->setEmpty('updates.check_updates_branch', 'latest'); |
375 | $this->setEmpty('updates.check_updates_interval', 86400); | 375 | $this->setEmpty('updates.check_updates_interval', 86400); |
376 | 376 | ||
377 | $this->setEmpty('feed.rss_permalinks', true); | 377 | $this->setEmpty('feed.rss_permalinks', true); |