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, 'textVersion' => $text_text,
'additionalMailHeader' => "", 'additionalMailHeader' => "",
); );
require_once('include/enotify.php'); require_once('include/Emailer.php');
enotify::send($params); Emailer::send($params);
} }
break; break;
} }