* Consistent case and autoloader

This commit is contained in:
Niklas Laxström 2008-05-10 13:46:05 +00:00
parent 6934849a0a
commit ef44c50636
2 changed files with 2 additions and 1 deletions

View 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',

View file

@ -557,7 +557,7 @@ class Xml {
}
}
class XMLSelect {
class XmlSelect {
protected $options = array();
protected $default = false;
protected $attributes = array();