Skip to content
Snippets Groups Projects
Unverified Commit 0d6aba35 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Remove non-existing parameter

parent 47ead7ca
Branches
Tags
No related merge requests found
...@@ -190,7 +190,7 @@ if ($spconfig->hasValue('contacts')) { ...@@ -190,7 +190,7 @@ if ($spconfig->hasValue('contacts')) {
} }
// add technical contact // add technical contact
$email = $config->getString('technicalcontact_email', 'na@example.org', false); $email = $config->getString('technicalcontact_email', 'na@example.org');
if ($email && $email !== 'na@example.org') { if ($email && $email !== 'na@example.org') {
$techcontact['emailAddress'] = $email; $techcontact['emailAddress'] = $email;
$techcontact['name'] = $config->getString('technicalcontact_name', null); $techcontact['name'] = $config->getString('technicalcontact_name', null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment