Index: trunk/phase3/includes/Skin.php |
— | — | @@ -336,7 +336,6 @@ |
337 | 337 | } |
338 | 338 | |
339 | 339 | if($wgUseAjax && $wgAjaxWatch && $wgUser->isLoggedIn() ) { |
340 | | - $msgNames = array( 'watch', 'unwatch', 'watching', 'unwatching' ); |
341 | 340 | $msgs = (object)array(); |
342 | 341 | foreach ( array( 'watch', 'unwatch', 'watching', 'unwatching' ) as $msgName ) { |
343 | 342 | $msgs->{$msgName . 'Msg'} = wfMsg( $msgName ); |