From 4a69eaefd9dbe5f48533ad03566bbabcbb88f043 Mon Sep 17 00:00:00 2001
From: Felix Kopp <felix-source@phorax.com>
Date: Sun, 1 Jul 2012 11:36:07 +0200
Subject: [PATCH] [TASK] Assign category 'Backend' to EXT:t3skin

Extensions are sorted by categories.
EXT: t3skin does not have a default category.

Change-Id: I525c0d22a32441d63c5b8561a009ecf43bd58d56
Fixes: #38510
Releases: 6.0
Reviewed-on: http://review.typo3.org/12487
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
---
 typo3/sysext/t3skin/ext_emconf.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/t3skin/ext_emconf.php b/typo3/sysext/t3skin/ext_emconf.php
index 8f6065ab03bb..c74cf02b1aec 100644
--- a/typo3/sysext/t3skin/ext_emconf.php
+++ b/typo3/sysext/t3skin/ext_emconf.php
@@ -13,7 +13,7 @@
 $EM_CONF[$_EXTKEY] = array(
 	'title' => 'TYPO3 skin',
 	'description' => '',
-	'category' => '',
+	'category' => 'be',
 	'shy' => 0,
 	'dependencies' => '',
 	'conflicts' => '',
-- 
GitLab