From: Bryan Tong Minh Date: Sat, 3 May 2008 13:49:53 +0000 (+0000) Subject: Mark ForeignDBFile as unmovable X-Git-Tag: 1.31.0-rc.0~47931 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=d395b90d04345b91891bebded4708b3049e3321d;p=lhc%2Fweb%2Fwiklou.git Mark ForeignDBFile as unmovable --- diff --git a/includes/filerepo/ForeignDBFile.php b/includes/filerepo/ForeignDBFile.php index 267ce2ca16..fee0e0374a 100644 --- a/includes/filerepo/ForeignDBFile.php +++ b/includes/filerepo/ForeignDBFile.php @@ -28,7 +28,10 @@ class ForeignDBFile extends LocalFile { function delete( /*...*/ ) { $this->readOnlyError(); } - + function move( /*...*/ ) { + $this->readOnlyError(); + } + function getDescriptionUrl() { // Restore remote behaviour return File::getDescriptionUrl();