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

www/admin/metadata.php: Add 'send_metadata_email' field.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1836 44740490-163a-0410-bde0-09ae8108e29a
parent d380acf7
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ try { ...@@ -35,7 +35,7 @@ try {
foreach ($metalist AS $entityid => $mentry) { foreach ($metalist AS $entityid => $mentry) {
$results[$entityid] = SimpleSAML_Utilities::checkAssocArrayRules($mentry, $results[$entityid] = SimpleSAML_Utilities::checkAssocArrayRules($mentry,
array('entityid', 'SingleSignOnService', 'SingleLogoutService', 'certFingerprint'), array('entityid', 'SingleSignOnService', 'SingleLogoutService', 'certFingerprint'),
array('name', 'description', 'base64attributes', 'certificate', 'hint.cidr', 'saml2.relaxvalidation', 'SingleLogoutServiceResponse', 'redirect.sign', 'redirect.validate', 'sharedkey', 'assertion.encryption', 'icon', 'authproc', 'certData') array('name', 'description', 'base64attributes', 'certificate', 'hint.cidr', 'saml2.relaxvalidation', 'SingleLogoutServiceResponse', 'redirect.sign', 'redirect.validate', 'sharedkey', 'assertion.encryption', 'icon', 'authproc', 'certData', 'send_metadata_email')
); );
$index = array_search('certFingerprint', $results[$entityid]['required.notfound']); $index = array_search('certFingerprint', $results[$entityid]['required.notfound']);
if ($index !== FALSE) { if ($index !== FALSE) {
......
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