Skip to content

Commit dda8093

Browse files
author
Alessandro Mattiello
committed
set to '@' default prefix in attribute'
1 parent 70c0c93 commit dda8093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LSS/XML2Array.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class XML2Array {
4545

4646
private static $xml = null;
4747
private static $encoding = 'UTF-8';
48-
private static $prefix_attributes = '';
48+
private static $prefix_attributes = '@';
4949

5050
/**
5151
* Initialize the root XML node [optional]

0 commit comments

Comments
 (0)