mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/17487] Fix PHP uncaught exception on sending email via board
PHPBB-17487
This commit is contained in:
@@ -47,7 +47,7 @@ class email extends base
|
||||
protected $from;
|
||||
|
||||
/** @var Headers */
|
||||
protected $headers;
|
||||
public $headers;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
|
Reference in New Issue
Block a user