From 821516a090649facac2e00655a248e94f1f53a54 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 15 Oct 2014 20:15:13 +0200 Subject: [PATCH] Fix conf key in template --- templates/default/owner_password_modal.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/owner_password_modal.html.ep b/templates/default/owner_password_modal.html.ep index 937c8ab..3c46dca 100644 --- a/templates/default/owner_password_modal.html.ep +++ b/templates/default/owner_password_modal.html.ep @@ -19,7 +19,7 @@
  • <%=l 'A_RESERVED_ROOM' %> - <% if ($config->{'reserved_inactivity_timeout'} > 0){ %> + <% if ($config->{'rooms.reserved_inactivity_timeout'} > 0){ %> <%= sprintf($self->l('EXPIRE_AFTER_d'), int($config->{'reserved_inactivity_timeout'}/(3600*24))) %> <% } else{ %> <%=l 'WILL_NEVER_EXPIRE' %>