From ea5569d4ab68203f553bc438c0af24b2bb753b53 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Thu, 30 Apr 2020 00:22:20 +0200 Subject: [PATCH] Fix template name --- www/logout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/logout.php b/www/logout.php index 78f0e33a1..56d0401c7 100644 --- a/www/logout.php +++ b/www/logout.php @@ -16,7 +16,7 @@ if (array_key_exists('link_text', $_REQUEST)) { $text = '{logout:default_link_text}'; } -$t = new \SimpleSAML\XHTML\Template($config, 'logout.php'); +$t = new \SimpleSAML\XHTML\Template($config, 'logout.twig'); $t->data['link'] = $link; $t->data['text'] = $text; $t->send(); -- GitLab