Followup r78786: var->protected

This commit is contained in:
Roan Kattouw 2010-12-22 17:29:31 +00:00
parent d17ff730d6
commit a591199468

View file

@ -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;