title -> logtitle
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 18 Sep 2008 19:15:18 +0000 (19:15 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 18 Sep 2008 19:15:18 +0000 (19:15 +0000)
includes/Export.php

index c273bb0..827561e 100644 (file)
@@ -534,7 +534,7 @@ class XmlDumpWriter {
                        $out .= "      " . wfElement( 'text', array( 'deleted' => 'deleted' ) ) . "\n";
                } else {
                        $title = Title::makeTitle( $row->log_namespace, $row->log_title );
-                       $out .= "      " . wfElementClean( 'title', null, $title->getPrefixedText() ) . "\n";
+                       $out .= "      " . wfElementClean( 'logtitle', null, $title->getPrefixedText() ) . "\n";
                        $out .= "      " . wfElementClean( 'params',
                                array( 'xml:space' => 'preserve' ),
                                strval( $row->log_params ) ) . "\n";