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

This commit is contained in:
Brice Maron 2012-05-06 21:38:35 +00:00
parent d2b0de614e
commit fe8b10a922
1 changed files with 6 additions and 0 deletions

View File

@ -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',