Removed JS2 work (has been moved to the js2-work branch). Has been lightly tested...
[lhc/web/wiklou.git] / includes / filerepo / ForeignAPIRepo.php
index 7984a2d..6f43719 100644 (file)
@@ -63,9 +63,6 @@ class ForeignAPIRepo extends FileRepo {
        function storeTemp( $originalName, $srcPath ) {
                return false;
        }
-       function append( $srcPath, $toAppendPath ){
-               return false;
-       }
        function publishBatch( $triplets, $flags = 0 ) {
                return false;
        }