From 1c79172eca09454cb02888894e30054c36d80c53 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Mon, 19 Jan 2015 22:22:01 +0100 Subject: [PATCH] Added missing return --- Carousel.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Carousel.php b/Carousel.php index 725184daf..c0dcd977d 100644 --- a/Carousel.php +++ b/Carousel.php @@ -29,6 +29,8 @@ public function preActivation(ConnectionInterface $con = null) $this->setConfigValue('is_initialized', true); } + + return true; } public function destroy(ConnectionInterface $con = null, $deleteModuleData = false)