From 0b0f5ea5b1247f04872419ec7bafab950f794073 Mon Sep 17 00:00:00 2001 From: Jan Gerber Date: Wed, 30 Nov 2011 15:58:16 +0000 Subject: [PATCH] add concatenate no-op to ForeignAPIRepo.php Follow up r104687 --- includes/filerepo/ForeignAPIRepo.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/filerepo/ForeignAPIRepo.php b/includes/filerepo/ForeignAPIRepo.php index e0109da165..6a983ed570 100644 --- a/includes/filerepo/ForeignAPIRepo.php +++ b/includes/filerepo/ForeignAPIRepo.php @@ -97,6 +97,10 @@ class ForeignAPIRepo extends FileRepo { return false; } + function concatenate( $fileList, $targetPath, $flags = 0 ){ + return false; + } + function append( $srcPath, $toAppendPath, $flags = 0 ){ return false; } -- 2.20.1