X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fnotifier.php;h=db2542849d1d1d721171609dd1b11e385b92480d;hb=44a22c29155fa3beeed7cd5d0add30818e409891;hp=b009cc8700defafa6ba3ba0074c0f32eabe52b28;hpb=26d748f6d8d7616b4a337350df69898716ec043e;p=friendica.git diff --git a/include/notifier.php b/include/notifier.php index b009cc8700..db2542849d 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -191,8 +191,8 @@ function notifier_run($argv, $argc){ $contacts = $r; } - $feed_template = load_view_file('view/atom_feed.tpl'); - $mail_template = load_view_file('view/atom_mail.tpl'); + $feed_template = get_markup_template('atom_feed.tpl'); + $mail_template = get_markup_template('atom_mail.tpl'); $atom = ''; $slaps = array();