]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/ConfigManager.php
Automatically retrieve description for new bookmarks
[github/shaarli/Shaarli.git] / application / config / ConfigManager.php
index 3099392807bd41d0d48146be66a40461607f24ae..c95e6800b745624ed6759acdcd7eaa0c538368aa 100644 (file)
@@ -365,6 +365,7 @@ class ConfigManager
         $this->setEmpty('general.links_per_page', 20);
         $this->setEmpty('general.enabled_plugins', self::$DEFAULT_PLUGINS);
         $this->setEmpty('general.default_note_title', 'Note: ');
+        $this->setEmpty('general.retrieve_description', false);
 
         $this->setEmpty('updates.check_updates', false);
         $this->setEmpty('updates.check_updates_branch', 'stable');