Skip to content
Snippets Groups Projects
Commit fe8b10a9 authored by Brice Maron's avatar Brice Maron
Browse files

Add php-xml as dependency for core fix oc-364

parent d2b0de61
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,12 @@ $modules[] =array(
'modules'=> array('core'),
'message'=> $l->t('The php-ctype module is needed validate data.'));
$modules[] =array(
'status' => class_exists('DOMDocument') ? 'ok' : 'error',
'part'=> 'php-xml',
'modules'=> array('core'),
'message'=> $l->t('The php-xml module is needed to share files with webdav.'));
$modules[] =array(
'status' => ini_get('allow_url_fopen') == '1' ? 'ok' : 'error',
'part'=> 'allow_url_fopen',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment