From 540abf7152ae9392afccd15aa3640362dfd3f459 Mon Sep 17 00:00:00 2001
From: "renater.salaun" <renater.salaun@047e039d-479c-447e-8a29-aa6bf4a09bab>
Date: Tue, 14 Oct 2014 14:52:23 +0000
Subject: [PATCH] Fix valid-accounts.php.tt2 ; SP entityid was not instanciated

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@27 047e039d-479c-447e-8a29-aa6bf4a09bab
---
 templates/accountProfiles/valid-accounts.php.tt2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/accountProfiles/valid-accounts.php.tt2 b/templates/accountProfiles/valid-accounts.php.tt2
index bc06290..5760178 100644
--- a/templates/accountProfiles/valid-accounts.php.tt2
+++ b/templates/accountProfiles/valid-accounts.php.tt2
@@ -13,7 +13,7 @@ $validTestAccounts = array (
 	'[% attribute.key %]' => array('[% attribute.value.join("','") %]'),
    [% END %]
   [% END %]
-        'associatedSP' => "${account_sp_entityid}",
+        'associatedSP' => "[% account.get('sp_entityid') %]",
 
   ),
 
-- 
GitLab