summaryrefslogtreecommitdiff
path: root/core/helpers/xml.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers/xml.php')
-rw-r--r--core/helpers/xml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/xml.php b/core/helpers/xml.php
index 2700b5ae..09168ce8 100644
--- a/core/helpers/xml.php
+++ b/core/helpers/xml.php
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
-class Xml_Core {
+class xml_Core {
public static function to_xml($array, $element_names) {
$xml = "<$element_names[0]>\n";
foreach ($array as $key => $value) {