From 0e163a34d6495f4df096be9017733bbc8ace50ac Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Wed, 18 Apr 2018 05:09:30 +0000
Subject: [PATCH] Migrate a remaining occurance of SAML2_Const

---
 www/saml2/idp/metadata.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/saml2/idp/metadata.php b/www/saml2/idp/metadata.php
index 0ea402114..8149c9552 100644
--- a/www/saml2/idp/metadata.php
+++ b/www/saml2/idp/metadata.php
@@ -130,7 +130,7 @@ try {
     if ($idpmeta->getBoolean('saml20.ecp', false)) {
         $metaArray['SingleSignOnService'][] = array(
             'index' => 0,
-            'Binding' => SAML2_Const::BINDING_SOAP,
+            'Binding'  => Constants::BINDING_SOAP,
             'Location' => HTTP::getBaseURL().'saml2/idp/SSOService.php',
         );
     }
-- 
GitLab