]> git.pld-linux.org Git - packages/php-phpmailer.git/blob - paths.patch
- hash extension is not required, php.req was wrong; rel 2
[packages/php-phpmailer.git] / paths.patch
1 --- phpMailer_v2.3/class.phpmailer.php~ 2010-01-12 16:05:45.000000000 +0200
2 +++ phpMailer_v2.3/class.phpmailer.php  2010-01-12 16:05:46.997539898 +0200
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 @@ -663,7 +663,7 @@
13     * @access public
14     * @return bool
15     */
16 -  function SetLanguage($lang_type = 'en', $lang_path = 'language/') {
17 +  function SetLanguage($lang_type = 'en', $lang_path = '/usr/share/php/phpmailer/language/') {
18      if( !(@include $lang_path.'phpmailer.lang-'.$lang_type.'.php') ) {
19        $PHPMAILER_LANG = array();
20        $PHPMAILER_LANG["provide_address"]      = 'You must provide at least one ' .
This page took 0.179463 seconds and 3 git commands to generate.