diff --git a/core/modules/toolbar/toolbar.install b/core/modules/toolbar/toolbar.install
index 2b23e3d..5ffdedc 100644
--- a/core/modules/toolbar/toolbar.install
+++ b/core/modules/toolbar/toolbar.install
@@ -37,7 +37,7 @@ function toolbar_update_8000() {
  */
 function toolbar_update_8001() {
   // Enable the modules without re-installing the schema.
-  update_module_enable(array('breakpoint', 'config'));
+  update_module_enable(array('breakpoint'));
 }
 
 /**
