diff options
author | Mark Gerarts <mark.gerarts@gmail.com> | 2017-10-01 14:19:57 +0200 |
---|---|---|
committer | Mark Gerarts <mark.gerarts@gmail.com> | 2017-10-01 14:19:57 +0200 |
commit | 722caa209005a23b0cfba31aa10cd34a45880cec (patch) | |
tree | 62133d2af36b2e2e195b2a473b4207a4c0e11623 /application/config/ConfigManager.php | |
parent | 3512f4461722c9a3c7cf6511232bda156bf91970 (diff) | |
download | Shaarli-722caa209005a23b0cfba31aa10cd34a45880cec.tar.gz Shaarli-722caa209005a23b0cfba31aa10cd34a45880cec.tar.zst Shaarli-722caa209005a23b0cfba31aa10cd34a45880cec.zip |
Allow setting of a default note title, see #963
Diffstat (limited to 'application/config/ConfigManager.php')
-rw-r--r-- | application/config/ConfigManager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/config/ConfigManager.php b/application/config/ConfigManager.php index 32f6ef6d..7ff2fe67 100644 --- a/application/config/ConfigManager.php +++ b/application/config/ConfigManager.php | |||
@@ -317,6 +317,7 @@ class ConfigManager | |||
317 | $this->setEmpty('general.header_link', '?'); | 317 | $this->setEmpty('general.header_link', '?'); |
318 | $this->setEmpty('general.links_per_page', 20); | 318 | $this->setEmpty('general.links_per_page', 20); |
319 | $this->setEmpty('general.enabled_plugins', self::$DEFAULT_PLUGINS); | 319 | $this->setEmpty('general.enabled_plugins', self::$DEFAULT_PLUGINS); |
320 | $this->setEmpty('general.default_note_title', 'Note: '); | ||
320 | 321 | ||
321 | $this->setEmpty('updates.check_updates', false); | 322 | $this->setEmpty('updates.check_updates', false); |
322 | $this->setEmpty('updates.check_updates_branch', 'stable'); | 323 | $this->setEmpty('updates.check_updates_branch', 'stable'); |