From 8782a96bcf260db9c16b03dd5287f97413dc8239 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Fri, 22 Nov 2019 20:31:00 +0100 Subject: [PATCH] Fix Twig function --- modules/core/templates/short_sso_interval.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/templates/short_sso_interval.twig b/modules/core/templates/short_sso_interval.twig index c4aa3e9ea..f0a337851 100644 --- a/modules/core/templates/short_sso_interval.twig +++ b/modules/core/templates/short_sso_interval.twig @@ -3,7 +3,7 @@ {% block content %} <h1>{{ '{core:short_sso_interval:warning_header}'|trans }}</h1> - <form style="display: inline; margin: 0px; padding: 0px" action="{{ moduleUrl('core/short_sso_interval.php') }}"> + <form style="display: inline; margin: 0px; padding: 0px" action="{{ moduleURL('core/short_sso_interval.php') }}"> {% for name, value in params %} <input type="hidden" name="{{ name|escape('html') }}" value="{{ value|escape('html') }}"> {% endfor %} -- GitLab