mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Crud : fix sprintf pbm
This commit is contained in:
parent
912a8d53af
commit
51c2408878
@ -590,7 +590,7 @@ class CRUDController extends AbstractController
|
|||||||
|
|
||||||
if (NULL === $entity) {
|
if (NULL === $entity) {
|
||||||
throw $this->createNotFoundException(sprintf("The %s with id %s "
|
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);
|
$response = $this->checkACL($action, $entity);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user