upgraded phpmailer into v5.2.8 via composer

This commit is contained in:
Volkan Gezer 2014-05-27 23:16:49 +02:00
parent a51e9a5cfe
commit c100da33bb
2 changed files with 1 additions and 3 deletions

@ -1 +1 @@
Subproject commit ef80977061d4bc3a2d8ee0bf23a8287a3222b628 Subproject commit cb0e42027def10363ac37a8e02132ffbb6e38ae3

View File

@ -12,8 +12,6 @@
* A class to handle mail sending. * A class to handle mail sending.
*/ */
require_once 'class.phpmailer.php';
class OC_Mail { class OC_Mail {
/** /**