X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2FEmailer.php;h=5962e9ec8f00ece8b0dc01141d2e0592166744a2;hb=143e7fc6b707f377d383a498999ce712d04dd102;hp=9df6ac36c9dab238b3b2d61eb17ddb9b4eef3474;hpb=8f253f6c1288534c50fac34f05afb1a2c07c9335;p=friendica.git diff --git a/include/Emailer.php b/include/Emailer.php index 9df6ac36c9..5962e9ec8f 100644 --- a/include/Emailer.php +++ b/include/Emailer.php @@ -16,7 +16,7 @@ class Emailer { * @param additionalMailHeader additions to the smtp mail header * @param optional uid user id of the destination user */ - static public function send($params) { + public static function send($params) { call_hooks('emailer_send_prepare', $params);