Followup r78786: var->protected
This commit is contained in:
parent
d17ff730d6
commit
a591199468
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ abstract class QueryPage extends SpecialPage {
|
|||
/**
|
||||
* Wheter to show prev/next links
|
||||
*/
|
||||
var $shownavigation = true;
|
||||
protected $shownavigation = true;
|
||||
|
||||
/**
|
||||
* A mutator for $this->listoutput;
|
||||
|
|
|
|||
Loading…
Reference in a new issue