Merge pull request #12321 from owncloud/checkForXMLWriter

Check for XMLWriter class
remotes/origin/fix-10825
Thomas Müller 12 years ago
commit 7fa4c6d0bc
  1. 1
      lib/private/util.php

@ -562,6 +562,7 @@ class OC_Util {
'classes' => array(
'ZipArchive' => 'zip',
'DOMDocument' => 'dom',
'XMLWriter' => 'XMLWriter'
),
'functions' => array(
'xml_parser_create' => 'libxml',

Loading…
Cancel
Save