From 03d0bee210b8ecbf83fcbb3f3687e1ed0cc1e903 Mon Sep 17 00:00:00 2001 From: Anders Lund <anders.lund@uninett.no> Date: Mon, 30 Jun 2008 14:22:24 +0000 Subject: [PATCH] Small typo in last commit git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@730 44740490-163a-0410-bde0-09ae8108e29a --- www/auth/login-feide.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/auth/login-feide.php b/www/auth/login-feide.php index 2f1c9c46a..b0a11ec44 100644 --- a/www/auth/login-feide.php +++ b/www/auth/login-feide.php @@ -299,7 +299,7 @@ if(array_key_exists('contact', $spmetadata)) { if(array_key_exists('attributes', $spmetadata)) { $t->data['attrib'] = $spmetadata['attributes']; } else { - $t->data['contact'] = NULL; + $t->data['attrib'] = NULL; } $t->data['selectorg'] = $selectorg; -- GitLab