summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-03-04 00:56:37 +0100
committerPierre Schmitz <pierre@archlinux.de>2010-03-04 00:56:37 +0100
commitd2b046a82ebecd3445ecc7e6970a42c65dd3043c (patch)
tree97efda7cce61855269f5e189cf51cf78ff9716e8 /skins
parentf1b5d9d91bf833e4d74ebd9d28525e8be8cf22b1 (diff)
we no longer need this var
Diffstat (limited to 'skins')
-rw-r--r--skins/ArchLinux.php2
1 files changed, 1 insertions, 1 deletions
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' );