From: Jack Phoenix Date: Wed, 13 Oct 2010 22:43:37 +0000 (+0000) Subject: follow-up to r74742: fix typos X-Git-Tag: 1.31.0-rc.0~34517 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=ee85f7082db2262e7ed786549b578dec27cd571d;hp=581c5febfc2c5c984e73a0445ff69e0256ce73d6;p=lhc%2Fweb%2Fwiklou.git follow-up to r74742: fix typos --- diff --git a/maintenance/storage/compressOld.inc b/maintenance/storage/compressOld.inc index 4a97505a6c..69964ffd99 100644 --- a/maintenance/storage/compressOld.inc +++ b/maintenance/storage/compressOld.inc @@ -169,7 +169,7 @@ function compressWithConcat( $startId, $maxChunkSize, $beginDate, $revLoadOptions ); $revs = array(); - foreach ( $res as $row ) { + foreach ( $revRes as $revRow ) { $revs[] = $revRow; }