forked from friendica/friendica-addons
dav: use correct class Emailer
This commit is contained in:
parent
ad1afc33d0
commit
bb16d6acd2
|
@ -285,8 +285,8 @@ function dav_cron(&$a, &$b)
|
||||||
'textVersion' => $text_text,
|
'textVersion' => $text_text,
|
||||||
'additionalMailHeader' => "",
|
'additionalMailHeader' => "",
|
||||||
);
|
);
|
||||||
require_once('include/enotify.php');
|
require_once('include/Emailer.php');
|
||||||
enotify::send($params);
|
Emailer::send($params);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue