From 5be52dcc37b381ae25f4405c2f25ccc4a68e1d76 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Thu, 5 Jul 2007 18:25:04 +0000 Subject: [PATCH] unused variable --- includes/Skin.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index 3feb5835a0..a85575cd74 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -336,7 +336,6 @@ class Skin extends Linker { } if($wgUseAjax && $wgAjaxWatch && $wgUser->isLoggedIn() ) { - $msgNames = array( 'watch', 'unwatch', 'watching', 'unwatching' ); $msgs = (object)array(); foreach ( array( 'watch', 'unwatch', 'watching', 'unwatching' ) as $msgName ) { $msgs->{$msgName . 'Msg'} = wfMsg( $msgName ); -- 2.20.1