follow-up to r74742: fix typos
authorJack Phoenix <ashley@users.mediawiki.org>
Wed, 13 Oct 2010 22:43:37 +0000 (22:43 +0000)
committerJack Phoenix <ashley@users.mediawiki.org>
Wed, 13 Oct 2010 22:43:37 +0000 (22:43 +0000)
maintenance/storage/compressOld.inc

index 4a97505..69964ff 100644 (file)
@@ -169,7 +169,7 @@ function compressWithConcat( $startId, $maxChunkSize, $beginDate,
                        $revLoadOptions
                );
                $revs = array();
-               foreach ( $res as $row ) {
+               foreach ( $revRes as $revRow ) {
                        $revs[] = $revRow;
                }