Skip to content
Snippets Groups Projects
Commit 67f35d2e authored by Olav Morken's avatar Olav Morken
Browse files

MetadataStorageHandler: The metadata should always contain the entity id.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1600 44740490-163a-0410-bde0-09ae8108e29a
parent f1dc568a
No related branches found
No related tags found
No related merge requests found
...@@ -308,6 +308,7 @@ class SimpleSAML_Metadata_MetaDataStorageHandler { ...@@ -308,6 +308,7 @@ class SimpleSAML_Metadata_MetaDataStorageHandler {
$metadata['metadata-index'] = $index; $metadata['metadata-index'] = $index;
$metadata['metadata-set'] = $set; $metadata['metadata-set'] = $set;
assert('array_key_exists("entityid", $metadata)');
return $metadata; return $metadata;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment