From a591199468b7aedde4e2b1a605c20f14b0065b06 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 22 Dec 2010 17:29:31 +0000 Subject: [PATCH] Followup r78786: var->protected --- includes/QueryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/QueryPage.php b/includes/QueryPage.php index 384d5dbad9..eab73a4880 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -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; -- 2.20.1