mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
sf4, setting new cache and log paths in entrypoint
This commit is contained in:
parent
91edb14fb2
commit
95cee22a30
@ -131,7 +131,7 @@ class SearchController extends Controller
|
||||
} catch (UnknowSearchDomainException $ex) {
|
||||
return $this->render('@ChillMain/Search/error.html.twig',
|
||||
array(
|
||||
"message" => $this->get('translator')->trans("The domain %domain% "
|
||||
"message" => $this->translator->trans("The domain %domain% "
|
||||
. "is unknow. Please check your search.", array('%domain%' => $ex->getDomain())),
|
||||
'pattern' => $pattern
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user