From: Tim Starling Date: Thu, 5 Jul 2007 18:25:04 +0000 (+0000) Subject: unused variable X-Git-Tag: 1.31.0-rc.0~52267 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=5be52dcc37b381ae25f4405c2f25ccc4a68e1d76;p=lhc%2Fweb%2Fwiklou.git unused variable --- 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 );