sf4, setting new cache and log paths in entrypoint

This commit is contained in:
Tchama 2020-07-30 18:16:45 +02:00
parent 91edb14fb2
commit 95cee22a30

View File

@ -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
));