From a51dd55e19780ecead6227e5d7fb73c4c0203ee5 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Tue, 10 May 2011 10:26:30 +0000
Subject: [PATCH] saml:AuthnContextClassRef: Fix incorrect class name.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2833 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/saml/lib/Auth/Process/AuthnContextClassRef.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/saml/lib/Auth/Process/AuthnContextClassRef.php b/modules/saml/lib/Auth/Process/AuthnContextClassRef.php
index ebe55b910..4e953c50c 100644
--- a/modules/saml/lib/Auth/Process/AuthnContextClassRef.php
+++ b/modules/saml/lib/Auth/Process/AuthnContextClassRef.php
@@ -6,7 +6,7 @@
  * @package simpleSAMLphp
  * @version $Id$
  */
-class sspmod_saml_lib_Auth_Process_AuthnContextClassRef extends SimpleSAML_Auth_ProcessingFilter {
+class sspmod_saml_Auth_Process_AuthnContextClassRef extends SimpleSAML_Auth_ProcessingFilter {
 
 	/**
 	 * The URI we should set as the AuthnContextClassRef in the login response.
-- 
GitLab