fix syntax error

This commit is contained in:
Asturyan
2014-03-21 14:23:27 +01:00
parent d1e91e889d
commit e54349c5c5

View File

@@ -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,