War on wfElement() and friends. Call the Xml members directly, rather than using...
[lhc/web/wiklou.git] / maintenance / dumpTextPass.php
index eb4cc07..e85fe42 100644 (file)
@@ -487,7 +487,7 @@ class TextPassDumper extends BackupDumper {
 
        function clearOpenElement( $style ) {
                if( $this->openElement ) {
-                       $this->buffer .= wfElement( $this->openElement[0], $this->openElement[1], $style );
+                       $this->buffer .= Xml::element( $this->openElement[0], $this->openElement[1], $style );
                        $this->openElement = false;
                }
        }