follow up r62231, r61779, r62175
[lhc/web/wiklou.git] / includes / filerepo / ForeignAPIRepo.php
index 2e50383..264cb92 100644 (file)
@@ -63,7 +63,7 @@ class ForeignAPIRepo extends FileRepo {
        function storeTemp( $originalName, $srcPath ) {
                return false;
        }
-       function append( $srcPath, $toAppendPath ){
+       function append( $srcPath, $toAppendPath, $flags = 0 ){
                return false;
        }
        function publishBatch( $triplets, $flags = 0 ) {