From c39a1769727244fb67b81afb515bffe6ef32e469 Mon Sep 17 00:00:00 2001 From: Leon Weber Date: Sun, 31 Dec 2006 10:23:34 +0000 Subject: [PATCH] Man, it's not a fake anymore. Damn, that's important! --- includes/SpecialWatchlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; -- 2.20.1