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

mark at devel.plogworld.net mark at devel.plogworld.net
Fri Feb 18 07:33:37 GMT 2005


Author: mark
Date: 2005-02-18 07:33:36 +0000 (Fri, 18 Feb 2005)
New Revision: 1124

Modified:
   plog/trunk/class/summary/action/summarysearchaction.class.php
Log:
modify SummaryView( "error" ), should be SummaryView( "summaryerror" )

Modified: plog/trunk/class/summary/action/summarysearchaction.class.php
===================================================================
--- plog/trunk/class/summary/action/summarysearchaction.class.php	2005-02-18 07:20:54 UTC (rev 1123)
+++ plog/trunk/class/summary/action/summarysearchaction.class.php	2005-02-18 07:33:36 UTC (rev 1124)
@@ -39,7 +39,7 @@
 			$results = $search->siteSearch( $this->_searchTerms );
 			if( !$results || empty($results)) {
 				// if not, then quit
-				$this->_view = new SummaryView( "error" );
+				$this->_view = new SummaryView( "summaryerror" );
 				$this->_view->setErrorMessage( $this->_locale->tr("error_no_search_results" ));
 				return false;	
 			}




More information about the pLog-svn mailing list