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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri Feb 11 07:42:30 GMT 2005


Author: oscar
Date: 2005-02-11 07:42:30 +0000 (Fri, 11 Feb 2005)
New Revision: 1035

Modified:
   plog/trunk/class/summary/action/activeaccountaction.class.php
Log:
now when activating a blog by cliking the embedded link in the email, plog will show a link to the admin interface and a link to the blog too so that users can go there directly.


Modified: plog/trunk/class/summary/action/activeaccountaction.class.php
===================================================================
--- plog/trunk/class/summary/action/activeaccountaction.class.php	2005-02-10 16:29:18 UTC (rev 1034)
+++ plog/trunk/class/summary/action/activeaccountaction.class.php	2005-02-11 07:42:30 UTC (rev 1035)
@@ -65,7 +65,7 @@
 		           $this->_locale->pr("register_blog_link", $blog->getBlog(), $blogUrl->blogLink())."</p><p>".
 				   $this->_locale->tr("register_blog_admin_link")."</p>";
 
-        $this->_view = new SummaryMessageView($this->_locale->tr("blog_activated_ok"));
+        $this->_view = new SummaryMessageView($message);
         $this->setCommonData();
         return true;
     }




More information about the pLog-svn mailing list