From d9022f63880ce039446fba8364f68e656b7bf4cb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 3 May 2012 13:01:35 +0200 Subject: Update to MediaWiki 1.19.0 --- includes/revisiondelete/RevisionDeleteAbstracts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/revisiondelete/RevisionDeleteAbstracts.php') diff --git a/includes/revisiondelete/RevisionDeleteAbstracts.php b/includes/revisiondelete/RevisionDeleteAbstracts.php index 73af1e5f..dc7af194 100644 --- a/includes/revisiondelete/RevisionDeleteAbstracts.php +++ b/includes/revisiondelete/RevisionDeleteAbstracts.php @@ -6,7 +6,7 @@ * relevant rows, to return RevDel_Item subclasses wrapping them, and * to wrap bulk update operations. */ -abstract class RevDel_List extends Rev_List { +abstract class RevDel_List extends RevisionListBase { function __construct( IContextSource $context, Title $title, array $ids ) { parent::__construct( $context, $title ); $this->ids = $ids; @@ -242,7 +242,7 @@ abstract class RevDel_List extends Rev_List { /** * Abstract base class for deletable items */ -abstract class RevDel_Item extends Rev_Item { +abstract class RevDel_Item extends RevisionItemBase { /** * Returns true if the item is "current", and the operation to set the given * bits can't be executed for that reason -- cgit v1.2.3-54-g00ecf