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 09168ce8..0fb0c01d 100644
--- a/core/helpers/xml.php
+++ b/core/helpers/xml.php
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
class xml_Core {
- public static function to_xml($array, $element_names) {
+ static function to_xml($array, $element_names) {
$xml = "<$element_names[0]>\n";
foreach ($array as $key => $value) {
if (is_array($value)) {