]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/ConfigManager.php
Allow setting of a default note title, see #963
[github/shaarli/Shaarli.git] / application / config / ConfigManager.php
index 32f6ef6db5418044a12fd92959e19a2d7634a029..7ff2fe671e94b8b6809044a31d17331c92320237 100644 (file)
@@ -317,6 +317,7 @@ class ConfigManager
         $this->setEmpty('general.header_link', '?');
         $this->setEmpty('general.links_per_page', 20);
         $this->setEmpty('general.enabled_plugins', self::$DEFAULT_PLUGINS);
+        $this->setEmpty('general.default_note_title', 'Note: ');
 
         $this->setEmpty('updates.check_updates', false);
         $this->setEmpty('updates.check_updates_branch', 'stable');