X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2FEmailer.php;h=5962e9ec8f00ece8b0dc01141d2e0592166744a2;hb=52226066022de840cb73424aab7d3a3348467de7;hp=b0cdc3fe63b556ad6dc0a67a61efd427b0b4622b;hpb=291906de5f3074407253241e5ccbb5af633e0c22;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; } } -?>