[pLog-svn] r3001 - plog/trunk/class/summary/action

mark at devel.lifetype.net mark at devel.lifetype.net
Thu Mar 2 03:01:47 GMT 2006


Author: mark
Date: 2006-03-02 03:01:46 +0000 (Thu, 02 Mar 2006)
New Revision: 3001

Modified:
   plog/trunk/class/summary/action/dofinishregister.class.php
Log:
Fix the sendConfirmationEmail(), it works again.

Modified: plog/trunk/class/summary/action/dofinishregister.class.php
===================================================================
--- plog/trunk/class/summary/action/dofinishregister.class.php	2006-03-02 02:56:28 UTC (rev 3000)
+++ plog/trunk/class/summary/action/dofinishregister.class.php	2006-03-02 03:01:46 UTC (rev 3001)
@@ -181,7 +181,7 @@
             
             if($this->need_confirm == 1){
                 $this->_view->setValue("need_email_confirm",1);
-                $this->sendConfirmationEmail( $this->userName );
+                SummaryMailer::sendConfirmationEmail( $this->userName );
             }
             else {
                 // add the blog object to the template



More information about the pLog-svn mailing list