mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Merge branch 'quick-fix-crud' into 'master'
Crud : fix sprintf pbm See merge request Chill-Projet/chill-bundles!55
This commit is contained in:
commit
6bd7a0105d
@ -590,7 +590,7 @@ class CRUDController extends AbstractController
|
||||
|
||||
if (NULL === $entity) {
|
||||
throw $this->createNotFoundException(sprintf("The %s with id %s "
|
||||
. "is not found"), $this->getCrudName(), $id);
|
||||
. "is not found", $this->getCrudName(), $id));
|
||||
}
|
||||
|
||||
$response = $this->checkACL($action, $entity);
|
||||
|
Loading…
x
Reference in New Issue
Block a user