]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/ConfigManager.php
Fixes #304: use atom feed as default
[github/shaarli/Shaarli.git] / application / config / ConfigManager.php
index f2097410364db285236fdd5013bcfa8729882e35..c5eeda08681728acbc0638aca8bff3737d184166 100644 (file)
@@ -317,7 +317,7 @@ class ConfigManager
         $this->setEmpty('updates.check_updates_interval', 86400);
 
         $this->setEmpty('feed.rss_permalinks', true);
-        $this->setEmpty('feed.show_atom', false);
+        $this->setEmpty('feed.show_atom', true);
 
         $this->setEmpty('privacy.default_private_links', false);
         $this->setEmpty('privacy.hide_public_links', false);