mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 17:44:27 +02:00
Make EMailer util dynamic
This commit is contained in:
parent
9269221825
commit
ea9d3b7438
4 changed files with 11 additions and 3 deletions
|
@ -31,7 +31,7 @@ class Emailer
|
|||
* @return bool
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
public static function send(array $params)
|
||||
public function send(array $params)
|
||||
{
|
||||
$params['sent'] = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue