From e54349c5c52b9e838e5ea0c4a845d9edc791f4b4 Mon Sep 17 00:00:00 2001 From: Asturyan Date: Fri, 21 Mar 2014 14:23:27 +0100 Subject: [PATCH] fix syntax error --- core/lib/Thelia/Controller/Admin/AbstractSeoCrudController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Controller/Admin/AbstractSeoCrudController.php b/core/lib/Thelia/Controller/Admin/AbstractSeoCrudController.php index 2735ce176..1d6cb06d5 100644 --- a/core/lib/Thelia/Controller/Admin/AbstractSeoCrudController.php +++ b/core/lib/Thelia/Controller/Admin/AbstractSeoCrudController.php @@ -222,7 +222,7 @@ abstract class AbstractSeoCrudController extends AbstractCrudController $this->getParserContext()->addForm($changeForm); } - if (false !=== $error_msg) { + if (false !== $error_msg) { $this->setupFormErrorContext( $this->getTranslator()->trans("%obj SEO modification", array('%obj' => $this->objectName)), $error_msg,