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 @@
618
618
*/
619
619
class SqlSearchResultSet extends SearchResultSet {
620
620
621
- private $mResultSet;
621
+ protected $mResultSet;
622
622
623
623
function __construct( $resultSet, $terms ) {
624
624
$this->mResultSet = $resultSet;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r86735
Followup to
r86312
...
reedy
20:17, 22 April 2011
Status & tagging log
19:41, 6 June 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r86791
[
removed:
new
added:
ok]