diff --git a/modules/core/templates/short_sso_interval.twig b/modules/core/templates/short_sso_interval.twig
index c4aa3e9ea8865ad97f0c8b0edbf8685d2603560a..f0a337851ef6a341ed5d65ff7e61666f38c07fca 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 %}