X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FbackupTextPass.inc;h=f16772c5162830879a7e063576fb202047fa363e;hb=1baaa740ba7847391870e150bf4c0bd4a4658b79;hp=a51e6eefa852a2ce560e62a8335e4d666400dcdc;hpb=5dbfd5bf80a4469fef2da1b56d57129a454dc03f;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/backupTextPass.inc b/maintenance/backupTextPass.inc index a51e6eefa8..f16772c516 100644 --- a/maintenance/backupTextPass.inc +++ b/maintenance/backupTextPass.inc @@ -417,8 +417,8 @@ class TextPassDumper extends BackupDumper { $text = false; // The candidate for a good text. false if no proper value. $failures = 0; // The number of times, this invocation of getText already failed. - static $consecutiveFailedTextRetrievals = 0; // The number of times getText failed without - // yielding a good text in between. + // The number of times getText failed without yielding a good text in between. + static $consecutiveFailedTextRetrievals = 0; $this->fetchCount++;