]> git.pld-linux.org Git - packages/php-phpmailer.git/blame - paths.patch
- use virtual php extension deps (to be independant of php version)
[packages/php-phpmailer.git] / paths.patch
CommitLineData
6a698734
ER
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
19f5ccc5
ER
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.
6a698734
ER
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.074283 seconds and 4 git commands to generate.