Fix invalid default sender address for email reports
This commit is contained in:
parent
46508b99f5
commit
b6fe734989
|
@ -233,7 +233,7 @@ class MDErrorReporter {
|
|||
*
|
||||
* @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->_contact_mail_addr = $contact_mail_addr;
|
||||
|
|
Loading…
Reference in New Issue
Block a user