]> source.dussan.org Git - nextcloud-server.git/commitdiff
upgraded phpmailer into v5.2.8 via composer
authorVolkan Gezer <volkangezer@gmail.com>
Tue, 27 May 2014 21:16:49 +0000 (23:16 +0200)
committerVolkan Gezer <volkangezer@gmail.com>
Tue, 27 May 2014 21:33:18 +0000 (23:33 +0200)
3rdparty
lib/private/mail.php

index ef80977061d4bc3a2d8ee0bf23a8287a3222b628..cb0e42027def10363ac37a8e02132ffbb6e38ae3 160000 (submodule)
--- a/3rdparty
+++ b/3rdparty
@@ -1 +1 @@
-Subproject commit ef80977061d4bc3a2d8ee0bf23a8287a3222b628
+Subproject commit cb0e42027def10363ac37a8e02132ffbb6e38ae3
index f9083cc4e64f83a38f077c37381b4c9fdebfc91d..81bcb3d8deb938e346a2a7237e80ab18b023687c 100644 (file)
@@ -12,8 +12,6 @@
  * A class to handle mail sending.
  */
 
-require_once 'class.phpmailer.php';
-
 class OC_Mail {
 
        /**