X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FrenderDump.php;h=85795ca7a7793b1e8ad1729b42f6b15ab23ecd2a;hb=0e2241ad6c9fd1ac055ce1a829144a021dfdb79f;hp=cc5ae5961ebda2a3f2550681ef20cbbbb4a3a6fa;hpb=236488d398046838059f758b0915341648b64c7b;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();