fix syntax error
This commit is contained in:
@@ -222,7 +222,7 @@ abstract class AbstractSeoCrudController extends AbstractCrudController
|
|||||||
$this->getParserContext()->addForm($changeForm);
|
$this->getParserContext()->addForm($changeForm);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (false !=== $error_msg) {
|
if (false !== $error_msg) {
|
||||||
$this->setupFormErrorContext(
|
$this->setupFormErrorContext(
|
||||||
$this->getTranslator()->trans("%obj SEO modification", array('%obj' => $this->objectName)),
|
$this->getTranslator()->trans("%obj SEO modification", array('%obj' => $this->objectName)),
|
||||||
$error_msg,
|
$error_msg,
|
||||||
|
|||||||
Reference in New Issue
Block a user