]> git.pld-linux.org Git - packages/php-phpmailer.git/blame - paths.patch
really package PHPMailerAutoload.php
[packages/php-phpmailer.git] / paths.patch
CommitLineData
1e429e6f
ER
1--- PHPMailer-5.2.7/class.phpmailer.php~ 2013-09-12 10:52:38.000000000 +0300
2+++ PHPMailer-5.2.7/class.phpmailer.php 2013-11-09 13:09:34.941928857 +0200
3@@ -185,7 +185,7 @@
4 * @type string
5 * @deprecated Should not be needed now there is an autoloader.
6 */
7- public $PluginDir = '';
8+ public $PluginDir = '/usr/share/php/phpmail/';
19f5ccc5 9
1e429e6f
ER
10 /**
11 * The email address that a reading confirmation should be sent to.
12@@ -1323,7 +1323,7 @@
13 * @return bool
14 * @access public
15 */
16- public function setLanguage($langcode = 'en', $lang_path = 'language/')
bcf627f4 17+ public function setLanguage($langcode = 'en', $lang_path = '/usr/share/php/phpmailer/language/')
1e429e6f
ER
18 {
19 //Define full set of translatable strings
20 $PHPMAILER_LANG = array(
This page took 0.044193 seconds and 4 git commands to generate.