r46089 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46088‎ | r46089 | r46090 >
Date:19:18, 23 January 2009
Author:aaron
Status:ok
Tags:
Comment:
Correct comment
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.class.php
@@ -551,10 +551,10 @@
552552
553553 /**
554554 * @param Article $article
555 - * @param int $revId
 555+ * @param int $revId, the *stable* rev ID
556556 * @param bool $forUpdate, use master?
557557 * @return int
558 - * Get number of revs since a certain revision
 558+ * Get number of revs since the stable revision
559559 */
560560 public static function getRevCountSince( $article, $revId, $forUpdate=false ) {
561561 global $wgMemc, $wgParserCacheExpireTime;

Status & tagging log