]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/ConfigManager.php
Apply the new system (Bookmark + Service) to the whole code base
[github/shaarli/Shaarli.git] / application / config / ConfigManager.php
index c95e6800b745624ed6759acdcd7eaa0c538368aa..e45bb4c391a21d1c5d14ec00007bf830788ba144 100644 (file)
@@ -389,6 +389,8 @@ class ConfigManager
         $this->setEmpty('translation.extensions', []);
 
         $this->setEmpty('plugins', array());
+
+        $this->setEmpty('formatter', 'markdown');
     }
 
     /**