[pLog-svn] r5833 - plog/branches/lifetype-1.2/class/summary/action

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri Aug 17 06:45:14 EDT 2007


Author: jondaley
Date: 2007-08-17 06:45:14 -0400 (Fri, 17 Aug 2007)
New Revision: 5833

Modified:
   plog/branches/lifetype-1.2/class/summary/action/blogprofileaction.class.php
Log:
typo.  I believe this will fix: http://forums.lifetype.net/viewtopic.php?p=37752 I have asked the user to test

Modified: plog/branches/lifetype-1.2/class/summary/action/blogprofileaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/summary/action/blogprofileaction.class.php	2007-08-15 21:06:44 UTC (rev 5832)
+++ plog/branches/lifetype-1.2/class/summary/action/blogprofileaction.class.php	2007-08-17 10:45:14 UTC (rev 5833)
@@ -22,7 +22,7 @@
             
             // data validation
             $this->registerFieldValidator( "blogId", new IntegerValidator());
-			$view = new SummaryView( "error" );
+			$view = new SummaryView( "summaryerror" );
 			$view->setValue( "message", $this->_locale->tr("error_incorrect_blog_id"));
 			$this->setValidationErrorView( $view );
         }
@@ -53,7 +53,7 @@
 			
 			// if there was no blog or the status was incorrect, let's not show it!
 			if( !$blogInfo || $blogInfo->getStatus() != BLOG_STATUS_ACTIVE ) {
-				$this->_view = new SummaryView( "error" );
+				$this->_view = new SummaryView( "summaryerror" );
 				$this->_view->setValue( "message", $this->_locale->tr("error_incorrect_blog_id"));
 				return false;
 			}



More information about the pLog-svn mailing list