]> git.pld-linux.org Git - packages/php-phpmailer.git/blob - paths.patch
up to 5.2.2 release
[packages/php-phpmailer.git] / paths.patch
1 --- PHPMailer_v5.1/class.phpmailer.php~ 2010-05-26 17:37:24.000000000 +0300
2 +++ PHPMailer_v5.1/class.phpmailer.php  2010-05-26 17:37:48.416133079 +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 @@ -847,7 +847,7 @@
13    * @param string $lang_path Path to the language file directory
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        'provide_address' => 'You must provide at least one recipient email address.',
This page took 0.398429 seconds and 3 git commands to generate.