dav: use correct class Emailer

This commit is contained in:
fabrixxm 2015-03-23 12:20:21 +01:00
parent ad1afc33d0
commit bb16d6acd2

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