From 1f718685eaa7334af56db06cd9b8e5f1bd2018e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Pe=CC=81rez?= <jaime.perez@uninett.no>
Date: Mon, 5 Sep 2016 11:53:33 +0200
Subject: [PATCH] doc: Fix use of SAML2_Const in documentation.

Since we have updated the version of the SAML2 library in use, we should use SAML2\Constants now.
---
 modules/saml/docs/sp.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/saml/docs/sp.md b/modules/saml/docs/sp.md
index 902fa8e97..05102fe57 100644
--- a/modules/saml/docs/sp.md
+++ b/modules/saml/docs/sp.md
@@ -55,7 +55,7 @@ All these parameters override the equivalent option from the configuration.
 `saml:NameID`
 :   Add a Subject element with a NameID to the SAML AuthnRequest for the IdP.
     This is an associative array with the fields for the NameID.
-    Example: `array('Value' => 'user@example.org', 'Format' => SAML2_Const::NAMEID_UNSPECIFIED)`
+    Example: `array('Value' => 'user@example.org', 'Format' => SAML2\Constants::NAMEID_UNSPECIFIED)`
 
 :   *Note*: SAML 2 specific.
 
-- 
GitLab