r86791 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86790‎ | r86791 | r86792 >
Date:21:17, 23 April 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix code accidentally committed in r86735
Modified paths:
  • /trunk/phase3/includes/search/SearchEngine.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/search/SearchEngine.php
@@ -617,7 +617,7 @@
618618 */
619619 class SqlSearchResultSet extends SearchResultSet {
620620
621 - private $mResultSet;
 621+ protected $mResultSet;
622622
623623 function __construct( $resultSet, $terms ) {
624624 $this->mResultSet = $resultSet;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86735Followup to r86312...reedy20:17, 22 April 2011

Status & tagging log