From: Niklas Laxström Date: Sat, 10 May 2008 13:46:05 +0000 (+0000) Subject: * Consistent case and autoloader X-Git-Tag: 1.31.0-rc.0~47735 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=ef44c506365cd4f41b7072894e53346c88936adb;p=lhc%2Fweb%2Fwiklou.git * Consistent case and autoloader --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 2bb5d37aa8..a2e60e49ba 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -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', diff --git a/includes/Xml.php b/includes/Xml.php index 7dad20f875..249148264c 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -557,7 +557,7 @@ class Xml { } } -class XMLSelect { +class XmlSelect { protected $options = array(); protected $default = false; protected $attributes = array();