diff options
Diffstat (limited to 'includes/api/ApiQueryRandom.php')
-rw-r--r-- | includes/api/ApiQueryRandom.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/api/ApiQueryRandom.php b/includes/api/ApiQueryRandom.php index 1f2130ab42ff..5bf9cbbe8933 100644 --- a/includes/api/ApiQueryRandom.php +++ b/includes/api/ApiQueryRandom.php @@ -77,9 +77,9 @@ if ( !defined( 'MEDIAWIKI' ) ) { array( 'query', $this->getModuleName() ), null, $this->extractRowInfo( $row ) ); if ( !$fit ) - # We can't really query-continue a random list. - # Return an insanely high value so - # $count < $limit is false + // We can't really query-continue a random list. + // Return an insanely high value so + // $count < $limit is false return 1E9; $this->pageIDs[] = $row->page_id; } |