diff --git a/core/lib/Thelia/Controller/Admin/ImportController.php b/core/lib/Thelia/Controller/Admin/ImportController.php index 81fe1aa02..1e8058172 100644 --- a/core/lib/Thelia/Controller/Admin/ImportController.php +++ b/core/lib/Thelia/Controller/Admin/ImportController.php @@ -443,7 +443,6 @@ class ImportController extends BaseAdminController $event = new UpdatePositionEvent($id, $this->getMode($mode), $value); $this->dispatch(TheliaEvents::IMPORT_CHANGE_POSITION, $event); - return $this->render('import'); } diff --git a/core/lib/Thelia/Form/CustomerUpdateForm.php b/core/lib/Thelia/Form/CustomerUpdateForm.php index 21e653cff..383e0a335 100755 --- a/core/lib/Thelia/Form/CustomerUpdateForm.php +++ b/core/lib/Thelia/Form/CustomerUpdateForm.php @@ -169,7 +169,7 @@ class CustomerUpdateForm extends BaseForm 'label_attr' => array( 'for' => 'reseller' ) - )) + )) ; } diff --git a/core/lib/Thelia/Model/Export.php b/core/lib/Thelia/Model/Export.php index c9c21bdc0..b5483ae3a 100644 --- a/core/lib/Thelia/Model/Export.php +++ b/core/lib/Thelia/Model/Export.php @@ -92,7 +92,6 @@ class Export extends BaseExport return true; } - public function addCriteriaToPositionQuery($query) { $query->filterByExportCategoryId($this->getExportCategoryId());