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

Oscar Renalias oscar at renalias.net
Wed May 23 08:57:30 EDT 2007


I think this was fixed in r5423, but in a slightly different way. I
wonder if both fixes are necessary.

Btw this also means that we should hurry up with 1.2.3, as this is a
pretty major issue... Or at least release this as a hotfix.

On 5/23/07, jondaley at devel.lifetype.net <jondaley at devel.lifetype.net> wrote:
> 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.
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>


More information about the pLog-svn mailing list