[pLog-svn] r1020 - in plog/trunk: class/summary/action locale

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Feb 9 08:18:55 GMT 2005


Author: oscar
Date: 2005-02-09 08:18:55 +0000 (Wed, 09 Feb 2005)
New Revision: 1020

Modified:
   plog/trunk/class/summary/action/activeaccountaction.class.php
   plog/trunk/locale/locale_en_UK.php
Log:
possibly fixed issue 234 (http://bugs.plogworld.net/view.php?id=234) and removed some unneeded '\n' characters from the confirmation email


Modified: plog/trunk/class/summary/action/activeaccountaction.class.php
===================================================================
--- plog/trunk/class/summary/action/activeaccountaction.class.php	2005-02-09 07:43:57 UTC (rev 1019)
+++ plog/trunk/class/summary/action/activeaccountaction.class.php	2005-02-09 08:18:55 UTC (rev 1020)
@@ -58,6 +58,7 @@
         $blog = $blogs->getBlogInfo($blogId);
         $blog->setStatus(BLOG_STATUS_ACTIVE);
         $blogs->updateBlog($blogId,$blog);
+        $blogUrl = $blog->getBlogRequestGenerator();
 		
 		// create the message that we're going to show
 		$message = "<p>".$this->_locale->tr("blog_activated_ok")."</p><p>".

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-02-09 07:43:57 UTC (rev 1019)
+++ plog/trunk/locale/locale_en_UK.php	2005-02-09 08:18:55 UTC (rev 1020)
@@ -840,7 +840,11 @@
 $messages['register_default_article_text'] = 'If you can read this post, it means that the registration process was successful and that you can start blogging';
 $messages['register_default_category'] = 'General';
 // confirmation email
-$messages['register_confirmation_email_text'] = 'Please click the link below in order to activate your blog:\n\n%s\n\nHave a nice day';
+$messages['register_confirmation_email_text'] = 'Please click the link below in order to activate your blog:
+
+%s
+
+Have a nice day';
 $messages['error_invalid_activation_code'] = 'Sorry, the confirmation code is not valid';
 $messages['blog_activated_ok'] = 'Congratulations, your new user and blog have been successfully validated!';
 // forgot your password?




More information about the pLog-svn mailing list