From c1f9b1f7b1b77776192048005dcc66dcf3df2bfb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 27 Dec 2014 15:41:37 +0100 Subject: Update to MediaWiki 1.24.1 --- .../LocalisationUpdate/fetcher/HttpFetcher.php | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 extensions/LocalisationUpdate/fetcher/HttpFetcher.php (limited to 'extensions/LocalisationUpdate/fetcher/HttpFetcher.php') diff --git a/extensions/LocalisationUpdate/fetcher/HttpFetcher.php b/extensions/LocalisationUpdate/fetcher/HttpFetcher.php new file mode 100644 index 00000000..9dfed8db --- /dev/null +++ b/extensions/LocalisationUpdate/fetcher/HttpFetcher.php @@ -0,0 +1,40 @@ +fetchFile( $url ); + if ( $file ) { + $files[$url] = $file; + } + } + + return $files; + } +} -- cgit v1.2.3-54-g00ecf