From 2a35002774de92b8c3c667e782e9c9c54e987760 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 11 May 2006 18:22:19 +0000 Subject: [PATCH] abstraction class --- includes/QueryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/QueryPage.php b/includes/QueryPage.php index 7848c53cbc..cd16576a98 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -56,7 +56,7 @@ if ( !$wgDisableCounters ) * * @package MediaWiki */ -class QueryPage { +abstract class QueryPage { /** * Whether or not we want plain listoutput rather than an ordered list * -- 2.20.1