From ac451543d5619bc7f4d51df2abae3bad2a4a1da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Tue, 29 Sep 2009 11:37:42 +0000 Subject: [PATCH] Fix casing on entityid parameter in authsources config git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1803 44740490-163a-0410-bde0-09ae8108e29a --- config-templates/authsources.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-templates/authsources.php b/config-templates/authsources.php index 24719b678..aed1c5351 100644 --- a/config-templates/authsources.php +++ b/config-templates/authsources.php @@ -91,7 +91,7 @@ $config = array( * The entity ID of this SP. * Can be NULL/unset, in which case an entity ID is generated based on the metadata URL. */ - 'entityid' => NULL, + 'entityID' => NULL, /* * The entity ID of the IdP this should SP should contact. -- GitLab