diff options
Diffstat (limited to 'maintenance/rebuildImages.php')
-rw-r--r-- | maintenance/rebuildImages.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/maintenance/rebuildImages.php b/maintenance/rebuildImages.php index 38b89a48..4c02dc9c 100644 --- a/maintenance/rebuildImages.php +++ b/maintenance/rebuildImages.php @@ -26,8 +26,7 @@ * http://www.gnu.org/copyleft/gpl.html * * @author Brion Vibber <brion at pobox.com> - * @package MediaWiki - * @subpackage maintenance + * @addtogroup maintenance */ $options = array( 'missing', 'dry-run' ); @@ -75,9 +74,9 @@ class ImageBuilder extends FiveUpgrade { $portion * 100.0, $this->table, wfTimestamp( TS_DB, intval( $eta ) ), - $completed, + $completed, // $completed does not appear to be defined. $this->count, - $rate, + $rate, // $rate does not appear to be defined. $updateRate * 100.0 ); flush(); } |