]> git.pld-linux.org Git - packages/php-phpmailer.git/blob - paths.patch
fix autoloader install
[packages/php-phpmailer.git] / paths.patch
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/';
9  
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/')
17 +    public function setLanguage($langcode = 'en', $lang_path = '/usr/share/php/phpmailer/language/')
18      {
19          //Define full set of translatable strings
20          $PHPMAILER_LANG = array(
This page took 0.133352 seconds and 3 git commands to generate.