From a7cfb223ed25ce63a9d844a58d88f2ae78bb67c7 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Thu, 26 Jul 2012 17:18:11 +0200 Subject: [PATCH] Fix bug --- templates/web/prod/actions/publish/publish.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/prod/actions/publish/publish.html.twig b/templates/web/prod/actions/publish/publish.html.twig index aac2047059..2a4a50b7de 100644 --- a/templates/web/prod/actions/publish/publish.html.twig +++ b/templates/web/prod/actions/publish/publish.html.twig @@ -16,7 +16,7 @@
- {% for record in publishing.get_elements %} + {% for record in publishing %}
{{ _self.format_diapo(record, session) }}