From: Jan Gerber Date: Wed, 30 Nov 2011 15:58:16 +0000 (+0000) Subject: add concatenate no-op to ForeignAPIRepo.php X-Git-Tag: 1.31.0-rc.0~26210 X-Git-Url: http://git.cyclocoop.org/%24dirpuce/puce%24spip_lang_rtl.gif?a=commitdiff_plain;h=0b0f5ea5b1247f04872419ec7bafab950f794073;p=lhc%2Fweb%2Fwiklou.git add concatenate no-op to ForeignAPIRepo.php Follow up r104687 --- 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; }