Mark ForeignDBFile as unmovable
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Sat, 3 May 2008 13:49:53 +0000 (13:49 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Sat, 3 May 2008 13:49:53 +0000 (13:49 +0000)
includes/filerepo/ForeignDBFile.php

index 267ce2c..fee0e03 100644 (file)
@@ -28,7 +28,10 @@ class ForeignDBFile extends LocalFile {
        function delete( /*...*/ ) {
                $this->readOnlyError();
        }
-
+       function move( /*...*/ ) {
+               $this->readOnlyError();
+       }
+       
        function getDescriptionUrl() {
                // Restore remote behaviour
                return File::getDescriptionUrl();