Author: sevein
Date: Wed Sep 23 17:05:30 2009
New Revision: 3485
Log:
Give sfPager construct null value as needed parameter.
Modified:
trunk/lib/QubitSearchPager.class.php
Modified: trunk/lib/QubitSearchPager.class.php
==============================================================================
--- trunk/lib/QubitSearchPager.class.php Wed Sep 23 16:28:44 2009
(r3484)
+++ trunk/lib/QubitSearchPager.class.php Wed Sep 23 17:05:30 2009
(r3485)
@@ -25,6 +25,11 @@
*/
class QubitSearchPager extends sfPager
{
+ public function __construct()
+ {
+ parent::__construct(null);
+ }
+
public function getResults()
{
$this->nbResults = count($this->hits);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---