[pLog-svn] r4514 - plog/trunk/class/action

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Jan 5 13:04:26 GMT 2007


Author: oscar
Date: 2007-01-05 13:04:25 +0000 (Fri, 05 Jan 2007)
New Revision: 4514

Modified:
   plog/trunk/class/action/searchaction.class.php
Log:
the search feature is working again


Modified: plog/trunk/class/action/searchaction.class.php
===================================================================
--- plog/trunk/class/action/searchaction.class.php	2007-01-05 00:01:30 UTC (rev 4513)
+++ plog/trunk/class/action/searchaction.class.php	2007-01-05 13:04:25 UTC (rev 4514)
@@ -50,7 +50,7 @@
 			
 			// calculate how many results per page
 			$blogSettings = $this->_blogInfo->getSettings();
-            $itemsPerPage = $this->_getNumPostsPerPage();
+            $itemsPerPage = $blogSettings->getValue( "show_posts_max" );
 			
 			// get the array with the results
             $searchEngine = new SearchEngine();



More information about the pLog-svn mailing list