From: Raphaël Barrois Date: Mon, 23 Aug 2010 00:22:11 +0000 (+0200) Subject: Oops. X-Git-Tag: core/1.1.1~38 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=85bb0c6fe8cca537d48c297476971cdac5a7065f;p=platal.git Oops. Signed-off-by: Raphaël Barrois --- diff --git a/classes/plfilter.php b/classes/plfilter.php index c1139df..5c23d1c 100644 --- a/classes/plfilter.php +++ b/classes/plfilter.php @@ -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.