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