X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=maintenance%2FdumpTextPass.php;h=cfb59c6004301afe70da41867a2e489ebb2f68db;hb=d7c4e65fddc7a737395cb1dbaedb4d51eff3cc43;hp=6d5a0e9d27d953959a1284b8b40e463a538b0496;hpb=9ba3fca2d8adc56787c8efc32c41424cb212e387;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/dumpTextPass.php b/maintenance/dumpTextPass.php index 6d5a0e9d27..cfb59c6004 100644 --- a/maintenance/dumpTextPass.php +++ b/maintenance/dumpTextPass.php @@ -74,6 +74,9 @@ class TextPassDumper extends BackupDumper { */ protected $spawnErr = false; + /** + * @var bool|XmlDumpWriter + */ protected $xmlwriterobj = false; protected $timeExceeded = false;