]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Mail.php
Improved documentation, now checking all items
[friendica.git] / src / Model / Mail.php
index ec333ed4364a892b3bc736d4a8c3fae14053e91f..eeea130a60b8ca16e2c0c36fcf3694d6eb5d102c 100644 (file)
@@ -105,7 +105,7 @@ class Mail
         */
        public static function send($recipient = 0, $body = '', $subject = '', $replyto = '')
        {
-               $a = \get_app();
+               $a = DI::app();
 
                if (!$recipient) {
                        return -1;