* Consistent case and autoloader
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 10 May 2008 13:46:05 +0000 (13:46 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 10 May 2008 13:46:05 +0000 (13:46 +0000)
includes/AutoLoader.php
includes/Xml.php

index 2bb5d37..a2e60e4 100644 (file)
@@ -293,6 +293,7 @@ function __autoload($className) {
                'XCacheBagOStuff' => 'includes/BagOStuff.php',
                'XmlDumpWriter' => 'includes/Export.php',
                'Xml' => 'includes/Xml.php',
+               'XmlSelect' => 'includes/Xml.php',
                'XmlTypeCheck' => 'includes/XmlTypeCheck.php',
                'ZhClient' => 'includes/ZhClient.php',
 
index 7dad20f..2491482 100644 (file)
@@ -557,7 +557,7 @@ class Xml {
        }
 }
 
-class XMLSelect {
+class XmlSelect {
        protected $options = array();
        protected $default = false;
        protected $attributes = array();