* (bug 24563) Entries on Special:WhatLinksHere now have a link to their history
[lhc/web/wiklou.git] / includes / Metadata.php
index 3f95954..f3b32e0 100644 (file)
@@ -115,8 +115,6 @@ abstract class RdfMetaData {
        }
 
        protected function person($name, User $user ){
-               global $wgContLang;
-
                if( $user->isAnon() ){
                        $this->element( $name, wfMsgExt( 'anonymous', array( 'parsemag' ), 1 ) );
                } else if( $real = $user->getRealName() ) {