From 016f585d994dd17e9a8ae629f732c0a233496322 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Sat, 21 Jan 2006 23:50:06 +0000 Subject: [PATCH] bad api call --- include/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.inc.php b/include/functions.inc.php index fce5006..1afdf8f 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -393,7 +393,7 @@ function serendipity_sendMail($to, $subject, $message, $fromMail, $headers = NUL 'message' => &$message ); - serendipity_plugin_api('backend_sendmail', $maildata, LANG_CHARSET); + serendipity_plugin_api::hook_event('backend_sendmail', $maildata, LANG_CHARSET); // This routine can be overridden by a plugin. if ($maildata['legacy']) { -- 2.39.5