[20929] Fix:plugindir

Sigurd Nes <[email protected]>
Newsgroups gmane.comp.web.phpgroupware.cvs
Message-ID <[email protected]>
Revision: 20929
          http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20929
Author:   sigurdne
Date:     2010-01-05 21:24:38 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
Fix:plugindir

Modified Paths:
--------------
    people/sigurdne/modules/phpgwapi/trunk/inc/class.mailer_smtp.inc.php

Modified: people/sigurdne/modules/phpgwapi/trunk/inc/class.mailer_smtp.inc.php
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/inc/class.mailer_smtp.inc.php	2010-01-05 21:23:34 UTC (rev 20928)
+++ people/sigurdne/modules/phpgwapi/trunk/inc/class.mailer_smtp.inc.php	2010-01-05 21:24:38 UTC (rev 20929)
@@ -30,6 +30,7 @@
 		{
 			parent::__construct(true); // enable exceptions
 			$this->IsSMTP(true);
+			$this->PluginDir = PHPGW_INCLUDE_ROOT . '/phpgwapi/inc/phpmailer/';
 			$this->Host = $GLOBALS['phpgw_info']['server']['smtp_server'];
 			$this->Port = isset($GLOBALS['phpgw_info']['server']['smtp_port']) ? $GLOBALS['phpgw_info']['server']['smtp_port'] : 25;
 			$this->SMTPAuth = isset($GLOBALS['phpgw_info']['server']['smtpAuth']) && $GLOBALS['phpgw_info']['server']['smtpAuth'] == yes ? true : false;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.