]> git.pld-linux.org Git - packages/php-phpmailer.git/blob - paths.patch
up to version 5.2.6 (April 11th 2013)
[packages/php-phpmailer.git] / paths.patch
1 --- PHPMailer-5.2.5/class.phpmailer.php~        2013-05-24 09:51:19.087751571 +0300
2 +++ PHPMailer-5.2.5/class.phpmailer.php 2013-05-24 09:52:08.203626736 +0300
3 @@ -134,7 +134,7 @@
4     * is in a different directory than the PHP include path.
5     * @var string
6     */
7 -  public $PluginDir         = '';
8 +  public $PluginDir         = '/usr/share/php/phpmail/';
9  
10    /**
11     * Holds PHPMailer version.
12 @@ -1134,7 +1134,7 @@
13     * @return bool
14     * @access public
15     */
16 -  function SetLanguage($langcode = 'en', $lang_path = 'language/') {
17 +  function SetLanguage($langcode = 'en', $lang_path = '/usr/share/php/phpmailer/language/') {
18      //Define full set of translatable strings
19      $PHPMAILER_LANG = array(
20        'authenticate'         => 'SMTP Error: Could not authenticate.',
This page took 0.154633 seconds and 3 git commands to generate.