X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=blobdiff_plain;f=maintenance%2FpurgeChangedPages.php;h=56e22c4040f6089697301890dc0d7d8e17d6c8b3;hb=970c99e5dd34457704dae2ed14d214374693a1d4;hp=4ce9474ffd2418ed493e80ac94a744b7f1773240;hpb=d9ec6b146bd6381cb28c733b6d20ca4683e77d46;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/purgeChangedPages.php b/maintenance/purgeChangedPages.php index 4ce9474ffd..56e22c4040 100644 --- a/maintenance/purgeChangedPages.php +++ b/maintenance/purgeChangedPages.php @@ -2,7 +2,6 @@ /** * Send purge requests for pages edited in date range to squid/varnish. * - * @section LICENSE * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -164,6 +163,7 @@ class PurgeChangedPages extends Maintenance { * * @param ResultWrapper $res Query result sorted by $column (ascending) * @param string $column + * @param int $limit * @return array (array of rows, string column value) */ protected function pageableSortedRows( ResultWrapper $res, $column, $limit ) {