From: garvinhicking Date: Sat, 21 Jan 2006 23:50:06 +0000 (+0000) Subject: bad api call X-Git-Tag: 1.0~161 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=016f585d994dd17e9a8ae629f732c0a233496322;p=s9y.git bad api call --- 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']) {