X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2FEmailer.php;h=5962e9ec8f00ece8b0dc01141d2e0592166744a2;hb=86d3adaa5084639a1221fc74ac44d5508add25f4;hp=b0cdc3fe63b556ad6dc0a67a61efd427b0b4622b;hpb=0bfcd1fe638ba7c07f55c0707df7e337d9dfbb0b;p=friendica.git diff --git a/include/Emailer.php b/include/Emailer.php index b0cdc3fe63..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); @@ -81,4 +81,3 @@ class Emailer { return $res; } } -?>