]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/ConfigManager.php
Feature: support any tag separator
[github/shaarli/Shaarli.git] / application / config / ConfigManager.php
index fb0850235fb78da19b7ea686ebcad0a07f082d49..a035baaee96ab53a22e82b774613dba9c36ba8de 100644 (file)
@@ -368,6 +368,7 @@ class ConfigManager
         $this->setEmpty('general.default_note_title', 'Note: ');
         $this->setEmpty('general.retrieve_description', true);
         $this->setEmpty('general.enable_async_metadata', true);
+        $this->setEmpty('general.tags_separator', ' ');
 
         $this->setEmpty('updates.check_updates', false);
         $this->setEmpty('updates.check_updates_branch', 'stable');