diff --git a/modules/consent/www/noconsent.php b/modules/consent/www/noconsent.php
index c18ea3b40981835d7e15a33424c752ebcbe717f4..60678d3fec636c6c701268cc61498279e68f5595 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'];
 }