Move Xml* classes under /xml
Change-Id: I012648c9a860611a7cd809119073803e82429fc3
This commit is contained in:
parent
f160f71823
commit
97fa6ff265
4 changed files with 3 additions and 3 deletions
|
|
@ -1652,10 +1652,10 @@ $wgAutoloadLocalClasses = [
|
|||
'XMLRCFeedFormatter' => __DIR__ . '/includes/rcfeed/XMLRCFeedFormatter.php',
|
||||
'Xhprof' => __DIR__ . '/includes/libs/Xhprof.php',
|
||||
'XhprofData' => __DIR__ . '/includes/libs/XhprofData.php',
|
||||
'Xml' => __DIR__ . '/includes/Xml.php',
|
||||
'Xml' => __DIR__ . '/includes/xml/Xml.php',
|
||||
'XmlDumpWriter' => __DIR__ . '/includes/export/XmlDumpWriter.php',
|
||||
'XmlJsCode' => __DIR__ . '/includes/XmlJsCode.php',
|
||||
'XmlSelect' => __DIR__ . '/includes/XmlSelect.php',
|
||||
'XmlJsCode' => __DIR__ . '/includes/xml/XmlJsCode.php',
|
||||
'XmlSelect' => __DIR__ . '/includes/xml/XmlSelect.php',
|
||||
'XmlTypeCheck' => __DIR__ . '/includes/libs/mime/XmlTypeCheck.php',
|
||||
'ZhConverter' => __DIR__ . '/languages/converters/ZhConverter.php',
|
||||
'ZipDirectoryReader' => __DIR__ . '/includes/utils/ZipDirectoryReader.php',
|
||||
|
|
|
|||
Loading…
Reference in a new issue