Followup r78786: var->protected
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 22 Dec 2010 17:29:31 +0000 (17:29 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 22 Dec 2010 17:29:31 +0000 (17:29 +0000)
includes/QueryPage.php

index 384d5db..eab73a4 100644 (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;