From 634e71189a0f2a3293d40c06df84658072bf902f Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sun, 2 Dec 2018 18:38:23 +0100 Subject: [PATCH] One typo too many as well --- lib/SimpleSAML/XHTML/Template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/XHTML/Template.php b/lib/SimpleSAML/XHTML/Template.php index 59a5df8dc..9178f251c 100644 --- a/lib/SimpleSAML/XHTML/Template.php +++ b/lib/SimpleSAML/XHTML/Template.php @@ -480,7 +480,7 @@ class Template extends Response if ($this->controller) { $this->controller->display($this->data); } - return = $this->twig->render($this->twig_template, $this->data); + return $this->twig->render($this->twig_template, $this->data); } -- GitLab