From 23682d0853315697c6ee2126e27c1ed6e66abaac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 27 Jan 2009 08:33:58 +0000
Subject: [PATCH] Defining variable

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1195 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/consent/www/noconsent.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/consent/www/noconsent.php b/modules/consent/www/noconsent.php
index c18ea3b40..60678d3fe 100644
--- a/modules/consent/www/noconsent.php
+++ b/modules/consent/www/noconsent.php
@@ -17,6 +17,7 @@ $state = SimpleSAML_Auth_State::loadState($id, 'consent:request');
 $resumeFrom = SimpleSAML_Module::getModuleURL('consent/getconsent.php');
 $resumeFrom = SimpleSAML_Utilities::addURLParameter($resumeFrom, array('StateId' => $id));
 
+$aboutService = NULL;
 if(isset($state['Destination']['url.about']) ){
 	$aboutService = $state['Destination']['url.about'];
 }
-- 
GitLab