From 650b036112ff3db8f6b8d00934745f561068d7d1 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Thu, 31 Jan 2008 07:53:14 +0000
Subject: [PATCH] Reenabled caching of parsed XML in AuthnResponse.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@226 44740490-163a-0410-bde0-09ae8108e29a
---
 lib/SimpleSAML/XML/AuthnResponse.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/SimpleSAML/XML/AuthnResponse.php b/lib/SimpleSAML/XML/AuthnResponse.php
index da697ccb5..d013aca1f 100644
--- a/lib/SimpleSAML/XML/AuthnResponse.php
+++ b/lib/SimpleSAML/XML/AuthnResponse.php
@@ -67,11 +67,9 @@ require_once('xmlseclibs.php');
 	public function getDOM() {
 		if (isset($this->message) ) {
 			
-			/*
 			if (isset($this->dom)) {
 				return $this->dom;
 			}
-			*/
 		
 			$token = new DOMDocument();
 			$token->loadXML(str_replace ("\r", "", $this->message));
-- 
GitLab