Followup r81279, forgot to press save!
This commit is contained in:
parent
6be32ee1c0
commit
a1ec0ae41e
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ class RandomPage extends SpecialPage {
|
|||
$this->extra[] = $this->addExtraSQL();
|
||||
}
|
||||
|
||||
$res = $dbr->doQuery(
|
||||
$res = $dbr->select(
|
||||
'page',
|
||||
array( 'page_title', 'page_namespace' ),
|
||||
array_merge( array(
|
||||
|
|
|
|||
Loading…
Reference in a new issue