From 2bb03772b9e4291114a2ab21931a82037c4fcd82 Mon Sep 17 00:00:00 2001 From: pbarroca <pbarroca@afi-sa.fr> Date: Wed, 18 Nov 2015 11:50:28 +0100 Subject: [PATCH] rel #29947 : fluent interface --- library/Class/Import/Typo3.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/Class/Import/Typo3.php b/library/Class/Import/Typo3.php index cde93a4ca6d..a52fdc6a149 100644 --- a/library/Class/Import/Typo3.php +++ b/library/Class/Import/Typo3.php @@ -911,6 +911,7 @@ class Class_Import_Typo3 { protected function _cleanSites() { $this->_cleanModelsBy('findRemovableArticles', '_getSite'); + return $this; } -- GitLab