Fix invalid default sender address for email reports

This commit is contained in:
Joshua Ramon Enslin 2020-07-21 12:14:46 +02:00 committed by Stefan Rohde-Enslin
parent 46508b99f5
commit b6fe734989

View File

@ -233,7 +233,7 @@ class MDErrorReporter {
* *
* @return void * @return void
*/ */
public function __construct(string $toolName = "museum-digital (unspecified)", string $contact_mail_addr = "bugs-md") { public function __construct(string $toolName = "museum-digital (unspecified)", string $contact_mail_addr = "bugs-md@museum-digital.de") {
$this->_context = $toolName; $this->_context = $toolName;
$this->_contact_mail_addr = $contact_mail_addr; $this->_contact_mail_addr = $contact_mail_addr;