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/filerepo/NullRepo.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'includes/filerepo/NullRepo.php') diff --git a/includes/filerepo/NullRepo.php b/includes/filerepo/NullRepo.php index cac3e5d8..65318f40 100644 --- a/includes/filerepo/NullRepo.php +++ b/includes/filerepo/NullRepo.php @@ -44,4 +44,7 @@ class NullRepo extends FileRepo { function findFile( $title, $options = array() ) { return false; } + function concatenate( $fileList, $targetPath, $flags = 0 ) { + return false; + } } -- cgit v1.2.2