... |
... |
@@ -328,7 +328,7 @@ class tl_content_eSM_slick extends Backend
|
328 |
328 |
// Check if a stop element should be created
|
329 |
329 |
if (
|
330 |
330 |
!$nextElement->type
|
331 |
|
- || ($activeRecord->type === 'slickSliderStart' && ($nextElement->type === 'slickSliderSlideStart' || $nextElement->type === 'slickSliderSlideStop' || $nextElement->type === 'slickSliderStart'))
|
|
331 |
+ || ($activeRecord->type === 'slickSliderStart' && ($nextElement->type === 'slickSliderStart'))
|
332 |
332 |
|| ($activeRecord->type === 'slickSliderSlideStart' && ($nextElement->type === 'slickSliderSlideStart' || $nextElement->type === 'slickSliderStart' || $nextElement->type === 'slickSliderStop'))
|
333 |
333 |
) {
|
334 |
334 |
\Database::getInstance()
|