dav: use correct class `Emailer`

pull/249/head
fabrixxm 2015-03-23 12:20:21 +01:00
parent ad1afc33d0
commit bb16d6acd2
1 changed files with 2 additions and 2 deletions

View 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;
}