Completed
Push — master ( 1ce9c5...69a7e6 )
by Boris
07:08 queued 03:27
created
Configuration/TCA/Overrides/tt_content.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
 );
113 113
 
114 114
 $GLOBALS['TCA']['tt_content']['types']['slickcarouselbasic'] = array(
115
-    'showitem' => $showitem_default_01 . '
115
+    'showitem' => $showitem_default_01.'
116 116
 		header;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header.ALT.div_formlabel,
117 117
 		slickdefault;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:slides,
118 118
 		--div--;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:settings,
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
 );
171 171
 
172 172
 $GLOBALS['TCA']['tt_content']['types']['slickcarouselsync'] = array(
173
-    'showitem' => $showitem_default_01 . '
173
+    'showitem' => $showitem_default_01.'
174 174
 		header;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header.ALT.div_formlabel,
175 175
 		slickdefault;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:slides,
176 176
 		--div--;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:settings,
@@ -251,7 +251,7 @@  discard block
 block discarded – undo
251 251
 );
252 252
 
253 253
 $GLOBALS['TCA']['tt_content']['types']['slickcarousel'] = array(
254
-    'showitem' => $showitem_default_01 . '
254
+    'showitem' => $showitem_default_01.'
255 255
 		header;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header.ALT.div_formlabel,
256 256
 		slickdefault;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:slides,
257 257
 		--div--;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:settings,
@@ -308,7 +308,7 @@  discard block
 block discarded – undo
308 308
 );
309 309
 
310 310
 $GLOBALS['TCA']['tt_content']['types']['slickcarouselbgimg'] = array(
311
-    'showitem' => $showitem_default_01 . '
311
+    'showitem' => $showitem_default_01.'
312 312
 		header;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header.ALT.div_formlabel,
313 313
 		slickheight;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:slickcarouselbging.height,
314 314
 		tx_slickcarouselbgimg;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:slickcarouselbging.title,
Please login to merge, or discard this patch.