X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FcopyFileBackend.php;h=9ed63c3c56c453f12103596470f9734361dcb478;hb=6fcd6ad4b56b487202dfa5f0b0273e009889c9c3;hp=86e47af9be8f5635a90593b160679dfb7cbc23f7;hpb=fd3ac84a6b10145fe79a8479bd0e9afc84e3a763;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/copyFileBackend.php b/maintenance/copyFileBackend.php index 86e47af9be..9ed63c3c56 100644 --- a/maintenance/copyFileBackend.php +++ b/maintenance/copyFileBackend.php @@ -373,6 +373,7 @@ class CopyFileBackend extends Maintenance { $same = ( $src->getFileSha1Base36( array( 'src' => $sPath, 'latest' => 1 ) ) === $dst->getFileSha1Base36( array( 'src' => $dPath, 'latest' => 1 ) ) ); } + return $same; } }