Oops.
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 23 Aug 2010 00:22:11 +0000 (02:22 +0200)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 23 Aug 2010 00:22:11 +0000 (02:22 +0200)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
classes/plfilter.php

index c1139df..5c23d1c 100644 (file)
@@ -203,7 +203,7 @@ abstract class PlFilterOrder
 /** Extension of a PlFilterOrder, for orders where the value on which ordering
  * is done could be used for grouping results (promo, country, ...)
  */
-class PlFilterGroupableOrder extends PlFilterOrder
+abstract class PlFilterGroupableOrder extends PlFilterOrder
 {
     /** This function will be called when trying to retrieve groups;
      * the returned token will be used to group the values.