X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FrenderDump.php;h=85795ca7a7793b1e8ad1729b42f6b15ab23ecd2a;hb=5a451fd01be397db3209c1881a335423706da5c2;hp=cc5ae5961ebda2a3f2550681ef20cbbbb4a3a6fa;hpb=e69bcfad17d67da5113cdd75276a5f7b5cefb123;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/renderDump.php b/maintenance/renderDump.php index cc5ae5961e..85795ca7a7 100644 --- a/maintenance/renderDump.php +++ b/maintenance/renderDump.php @@ -40,6 +40,8 @@ class DumpRenderer extends Maintenance { private $count = 0; private $outputDirectory, $startTime; + /** @var string */ + private $prefix; public function __construct() { parent::__construct();