$OpenBSD: patch-core_Plugin_Manager_php,v 1.2 2014/01/19 16:05:31 giovanni Exp $
--- core/Plugin/Manager.php.orig	Mon Jan 13 13:36:46 2014
+++ core/Plugin/Manager.php	Sun Jan 19 16:51:09 2014
@@ -48,7 +48,6 @@ class Manager extends Singleton
     protected $doLoadAlwaysActivatedPlugins = true;
     protected $pluginToAlwaysActivate = array(
         'CoreHome',
-        'CoreUpdater',
         'CoreAdminHome',
         'CoreConsole',
         'CorePluginsAdmin',
@@ -65,6 +64,7 @@ class Manager extends Singleton
     );
 
     protected $corePluginsDisabledByDefault = array(
+        'CoreUpdater',
         'DBStats',
         'DevicesDetection',
         'ExampleCommand',
@@ -1064,4 +1064,4 @@ class PluginException extends \Exception
 				entry in your config/config.ini.php file:
 				PluginsInstalled[] = $pluginName");
     }
-}
\ No newline at end of file
+}
