From: Leon Weber Date: Sun, 31 Dec 2006 10:23:34 +0000 (+0000) Subject: Man, it's not a fake anymore. Damn, that's important! X-Git-Tag: 1.31.0-rc.0~54717 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=c39a1769727244fb67b81afb515bffe6ef32e469;p=lhc%2Fweb%2Fwiklou.git Man, it's not a fake anymore. Damn, that's important! --- diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index ab77980698..b4bd5cc3d7 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -358,7 +358,7 @@ function wfSpecialWatchlist( $par ) { $s = $list->beginRecentChangesList(); $counter = 1; while ( $obj = $dbr->fetchObject( $res ) ) { - # Make fake RC entry + # Make RC entry $rc = RecentChange::newFromRow( $obj ); $rc->counter = $counter++;