Author: sevein
Date: Wed Sep 23 18:05:34 2009
New Revision: 3488
Log:
Add app_hits_per_page parameter to sfPager contruct call.
Modified:
trunk/lib/QubitSearchPager.class.php
Modified: trunk/lib/QubitSearchPager.class.php
==============================================================================
--- trunk/lib/QubitSearchPager.class.php Wed Sep 23 17:40:41 2009
(r3487)
+++ trunk/lib/QubitSearchPager.class.php Wed Sep 23 18:05:34 2009
(r3488)
@@ -27,7 +27,7 @@
{
public function __construct()
{
- parent::__construct(null);
+ parent::__construct(null, sfConfig::get('app_hits_per_page', 10));
}
public function getResults()
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---