Browse Source

enable updater by default

Andrew Dolgov 11 years ago
parent
commit
9427ba1d43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.php-dist

+ 1 - 1
config.php-dist

@@ -177,7 +177,7 @@
 	// if you experience weird errors and tt-rss failing to start, blank pages
 	// after login, or content encoding errors, disable it.
 
-	define('PLUGINS', 'auth_remote, auth_internal, note');
+	define('PLUGINS', 'auth_remote, auth_internal, note, updater');
 	// Comma-separated list of plugins to load automatically for all users.
 	// System plugins have to be specified here. Please enable at least one
 	// authentication plugin here (auth_*).