summaryrefslogtreecommitdiff
path: root/includes/filerepo/NullRepo.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/filerepo/NullRepo.php')
-rw-r--r--includes/filerepo/NullRepo.php3
1 files changed, 3 insertions, 0 deletions
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;
+ }
}