* Consistent case and autoloader
This commit is contained in:
parent
6934849a0a
commit
ef44c50636
2 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||
|
||||
|
|
|
|||
|
|
@ -557,7 +557,7 @@ class Xml {
|
|||
}
|
||||
}
|
||||
|
||||
class XMLSelect {
|
||||
class XmlSelect {
|
||||
protected $options = array();
|
||||
protected $default = false;
|
||||
protected $attributes = array();
|
||||
|
|
|
|||
Loading…
Reference in a new issue