Make EMailer util dynamic

This commit is contained in:
nupplaPhil
2020-01-25 23:10:39 +01:00
parent 9269221825
commit ea9d3b7438
4 changed files with 11 additions and 3 deletions
+1 -1
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;