From d2b046a82ebecd3445ecc7e6970a42c65dd3043c Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Mar 2010 00:56:37 +0100 Subject: we no longer need this var --- skins/ArchLinux.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/ArchLinux.php b/skins/ArchLinux.php index 63aa6516..3b2c0037 100644 --- a/skins/ArchLinux.php +++ b/skins/ArchLinux.php @@ -60,7 +60,7 @@ class ArchLinuxTemplate extends QuickTemplate { * @access private */ function execute() { - global $wgRequest, $wgArchNavBar, $wgArchNavBarSelected; + global $wgRequest, $wgArchNavBar; $this->skin = $skin = $this->data['skin']; $action = $wgRequest->getText( 'action' ); -- cgit v1.2.2