From ef44c506365cd4f41b7072894e53346c88936adb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 10 May 2008 13:46:05 +0000 Subject: [PATCH] * Consistent case and autoloader --- includes/AutoLoader.php | 1 + includes/Xml.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.20.1