From 222b01f5169f1c7e69762e0e8904c24f78f71882 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 28 Jul 2010 11:52:48 +0200 Subject: update to MediaWiki 1.16.0 --- includes/LinksUpdate.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'includes/LinksUpdate.php') diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php index caacb49c..ef3374d9 100644 --- a/includes/LinksUpdate.php +++ b/includes/LinksUpdate.php @@ -673,6 +673,13 @@ class LinksUpdate { function getTitle() { return $this->mTitle; } + + /** + * Return the list of images used as generated by the parser + */ + public function getImages() { + return $this->mImages; + } /** * Invalidate any necessary link lists related to page property changes -- cgit v1.2.3-54-g00ecf