Merge pull request #12321 from owncloud/checkForXMLWriter

Check for XMLWriter class
This commit is contained in:
Thomas Müller 2014-11-20 17:04:27 +01:00
commit 7fa4c6d0bc
1 changed files with 1 additions and 0 deletions

View File

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