From 3c8dc8afafb51698ea47ac49a00f4db602e1c8e9 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Fri, 24 May 2019 20:15:43 +0200 Subject: [PATCH] Forget about InvalidScope --- templates/authorize_403.php | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/authorize_403.php b/templates/authorize_403.php index dd22264..33d3d65 100644 --- a/templates/authorize_403.php +++ b/templates/authorize_403.php @@ -9,7 +9,6 @@ * @package SimpleSAMLphp */ -/** @var \SimpleSAML\XHTML\Template $this */ $translator = $this->getTranslator(); $this->data['403_header'] = $translator->t('{authorize:Authorize:403_header}');