And even more documentation
[lhc/web/wiklou.git] / includes / filerepo / NullRepo.php
index d5a1ee0..cac3e5d 100644 (file)
@@ -23,6 +23,9 @@ class NullRepo extends FileRepo {
        function append( $srcPath, $toAppendPath, $flags = 0 ){
                return false;
        }
+       function appendFinish( $toAppendPath ){
+               return false;
+       }
        function publishBatch( $triplets, $flags = 0 ) {
                return false;
        }