(bug 7830) Pending transactions failed to commit on loginToUse() error
[lhc/web/wiklou.git] / includes / Metadata.php
index 4a0b003..0b4fbf8 100644 (file)
@@ -118,7 +118,7 @@ abstract class RdfMetaData {
                global $wgContLang;
 
                if( $user->isAnon() ){
-                       $this->element( $name, wfMsg( 'anonymous' ) );
+                       $this->element( $name, wfMsgExt( 'anonymous', array( 'parsemag' ), 1 ) );
                } else if( $real = $user->getRealName() ) {
                        $this->element( $name, $real );
                } else {