]> git.pld-linux.org Git - packages/php-phpmailer.git/blame - paths.patch
up to 5.2.5
[packages/php-phpmailer.git] / paths.patch
CommitLineData
2765a7e5
ER
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
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.
2765a7e5
ER
12@@ -1134,7 +1134,7 @@
13 * @return bool
14 * @access public
15 */
6a698734
ER
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(
2765a7e5 20 'authenticate' => 'SMTP Error: Could not authenticate.',
This page took 0.047491 seconds and 4 git commands to generate.