From ec0790ed84227ead9212a09e68426ed8abbf75f8 Mon Sep 17 00:00:00 2001
From: David Greiner <hallo@davidgreiner.de>
Date: Mon, 29 Jun 2015 14:14:33 +0200
Subject: [PATCH] [BUGFIX] Remove --div-- without associated label

Due to a --div-- without a associated label brakes the backend while
adding a new sys_action of type "SQL-Query", this patch removes this
double existent --div-- from sys_action's tca configuration.

Change-Id: I58085a32cc167e3f985e0ed04bdf66457d72260d
Resolves: #67805
Releases: master
Reviewed-on: http://review.typo3.org/40717
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
---
 typo3/sysext/sys_action/Configuration/TCA/sys_action.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/typo3/sysext/sys_action/Configuration/TCA/sys_action.php b/typo3/sysext/sys_action/Configuration/TCA/sys_action.php
index ecef091daadb..7ac071d5e113 100644
--- a/typo3/sysext/sys_action/Configuration/TCA/sys_action.php
+++ b/typo3/sysext/sys_action/Configuration/TCA/sys_action.php
@@ -189,7 +189,6 @@ return array(
 			type,
 			title,
 			description,
-			--div--,
 			--div--;LLL:EXT:sys_action/locallang_tca.xlf:sys_action.tab.access,
 				hidden,
 				assign_to_groups
-- 
GitLab