]> git.mxchange.org Git - friendica-addons.git/commitdiff
dav: use correct class `Emailer`
authorfabrixxm <fabrix.xm@gmail.com>
Mon, 23 Mar 2015 11:20:21 +0000 (12:20 +0100)
committerfabrixxm <fabrix.xm@gmail.com>
Mon, 23 Mar 2015 11:20:21 +0000 (12:20 +0100)
dav/friendica/main.php

index 1025a7866704174e1952c3baa763c26578575618..1b9fff86f95b9d691bb516181494adcdff7a8fba 100644 (file)
@@ -285,8 +285,8 @@ function dav_cron(&$a, &$b)
                                                'textVersion'          => $text_text,
                                                'additionalMailHeader' => "",
                                        );
-                                       require_once('include/enotify.php');
-                                       enotify::send($params);
+                                       require_once('include/Emailer.php');
+                                       Emailer::send($params);
                                }
                                break;
                }