X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpurgeChangedPages.php;h=f0b6ec7ab7058322726ae0e64a09272dc75484a3;hb=348a329d5be3a2827cbc3f270a418b02e04e02f4;hp=071ac09c7639ad59985f488a1cb6e476518c05de;hpb=91f5f1770879066931d18946e205e37e2c1fcf5f;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/purgeChangedPages.php b/maintenance/purgeChangedPages.php index 071ac09c76..f0b6ec7ab7 100644 --- a/maintenance/purgeChangedPages.php +++ b/maintenance/purgeChangedPages.php @@ -183,6 +183,7 @@ class PurgeChangedPages extends Maintenance { } } $lastValueLeft = count( $rows ) ? $rows[count( $rows ) - 1]->$column : null; + return array( $rows, $lastValueLeft ); } }