Fix invalid default sender address for email reports
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user