]> git.mxchange.org Git - friendica.git/blobdiff - include/Emailer.php
Issue 3857: There is the possibility of a bad handling of dislikes
[friendica.git] / include / Emailer.php
index b0cdc3fe63b556ad6dc0a67a61efd427b0b4622b..5962e9ec8f00ece8b0dc01141d2e0592166744a2 100644 (file)
@@ -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;
        }
 }
-?>