From be4923166f97d3823f64b018bc62e4801c3474a1 Mon Sep 17 00:00:00 2001 From: Jean-Yves Gaulier Date: Thu, 12 Mar 2015 19:17:26 +0100 Subject: [PATCH] minor fix --- templates/web/prod/actions/Tools/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/prod/actions/Tools/index.html.twig b/templates/web/prod/actions/Tools/index.html.twig index cef78ac8aa..52e55a118c 100644 --- a/templates/web/prod/actions/Tools/index.html.twig +++ b/templates/web/prod/actions/Tools/index.html.twig @@ -45,7 +45,7 @@ {{ "image tool" | trans }} - {% if selectionLength == 1 and (app['phraseanet.registry'].get('GV_seeOngChgDoc') or app['phraseanet.registry'].get('GV_seeNewThumb')) %} + {% if selectionLength == 1 and (app['conf'].get(['registry', 'modules', 'doc-substitution']) or app['conf'].get(['registry', 'modules', 'thumb-substitution'])) %}
  • {{ "substitution" | trans }}