Man, it's not a fake anymore. Damn, that's important!
authorLeon Weber <leon@users.mediawiki.org>
Sun, 31 Dec 2006 10:23:34 +0000 (10:23 +0000)
committerLeon Weber <leon@users.mediawiki.org>
Sun, 31 Dec 2006 10:23:34 +0000 (10:23 +0000)
includes/SpecialWatchlist.php

index ab77980..b4bd5cc 100644 (file)
@@ -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++;