X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Ffilerepo%2Ffile%2FLocalFile.php;h=7be8f06246dab06cc464cb2b9d84e615cf70b490;hp=4248f953e12dcf4ab8269a83ee1a3730cbe9bdca;hb=74426f3cf796b149f1ae445e41815bbe148640b2;hpb=ff65270a1c04de62f354ad6d94413a66b82d5f7d diff --git a/includes/filerepo/file/LocalFile.php b/includes/filerepo/file/LocalFile.php index 4248f953e1..7be8f06246 100644 --- a/includes/filerepo/file/LocalFile.php +++ b/includes/filerepo/file/LocalFile.php @@ -84,7 +84,7 @@ class LocalFile extends File { protected $deleted; /** @var string */ - protected $repoClass = 'LocalRepo'; + protected $repoClass = LocalRepo::class; /** @var int Number of line to return by nextHistoryLine() (constructor) */ private $historyLine;