Make EMailer util dynamic

This commit is contained in:
nupplaPhil 2020-01-25 23:10:39 +01:00
parent 9269221825
commit ea9d3b7438
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
4 changed files with 11 additions and 3 deletions

View file

@ -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;