From 87e40b04b26d8218cb382db118eff7edeaf3b463 Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Thu, 21 Oct 2010 04:22:34 +0000
Subject: [PATCH] =?UTF-8?q?#511258=20by=20G=C3=A1bor=20Hojtsy,=20David=5FR?=
 =?UTF-8?q?othstein,=20Bojhan,=20catch,=20et=20al:=20Fixed=20do=20not=20en?=
 =?UTF-8?q?able=20the=20management=20menu=20by=20default.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 profiles/standard/standard.install | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install
index 1d7bb2f555c1..22f1a2b5e7e4 100644
--- a/profiles/standard/standard.install
+++ b/profiles/standard/standard.install
@@ -117,16 +117,6 @@ function standard_install() {
       'pages' => '',
       'cache' => -1,
     ),
-    array(
-      'module' => 'system',
-      'delta' => 'management',
-      'theme' => $default_theme,
-      'status' => 1,
-      'weight' => 1,
-      'region' => 'sidebar_first',
-      'pages' => '',
-      'cache' => -1,
-    ),
     array(
       'module' => 'system',
       'delta' => 'powered-by',
-- 
GitLab