mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
Addons hadn't been changed for the moved emailer class
This commit is contained in:
parent
b5822d8dfe
commit
90a5c32238
3 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
use Friendica\Util\Emailer;
|
||||
|
||||
require_once('include/security.php');
|
||||
|
||||
|
@ -285,7 +286,6 @@ function dav_cron(&$a, &$b)
|
|||
'textVersion' => $text_text,
|
||||
'additionalMailHeader' => "",
|
||||
);
|
||||
require_once('include/Emailer.php');
|
||||
Emailer::send($params);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue