[pLog-svn] r5432 - plog/branches/lifetype-1.2/class/mail/phpmailer

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed May 23 08:45:58 EDT 2007


Author: jondaley
Date: 2007-05-23 08:45:58 -0400 (Wed, 23 May 2007)
New Revision: 5432

Modified:
   plog/branches/lifetype-1.2/class/mail/phpmailer/class.phpmailer.php
Log:
fixes http://bugs.lifetype.net/view.php?id=1312 thanks koji

Modified: plog/branches/lifetype-1.2/class/mail/phpmailer/class.phpmailer.php
===================================================================
--- plog/branches/lifetype-1.2/class/mail/phpmailer/class.phpmailer.php	2007-05-22 17:08:27 UTC (rev 5431)
+++ plog/branches/lifetype-1.2/class/mail/phpmailer/class.phpmailer.php	2007-05-23 12:45:58 UTC (rev 5432)
@@ -119,7 +119,9 @@
      * is in a different directory than the PHP include path.  
      * @var string
      */
-    var $PluginDir         = "";
+
+        // need to set PluginDir if we use lt_include()
+    var $PluginDir         = PLOG_CLASS_PATH."class/mail/phpmailer/";
 
     /**
      *  Holds PHPMailer version.



More information about the pLog-svn mailing list