]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/ConfigManager.php
Merge pull request #804 from ArthurHoaro/feature/atom-default
[github/shaarli/Shaarli.git] / application / config / ConfigManager.php
index e98af8ab0fe5c8892b36bca44715c499e252e20f..7bfbfc729fe4b67c153d8c5c367d1bd763d074f5 100644 (file)
@@ -321,7 +321,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);