mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
count from 0
This commit is contained in:
parent
a5f4f47c41
commit
9a79b0c5f2
1 changed files with 2 additions and 2 deletions
|
@ -470,8 +470,8 @@ function check_funcs(&$checks) {
|
|||
try {
|
||||
$xml = new DOMDocument();
|
||||
} catch (Exception $e) {
|
||||
$ck_funcs[7]['status'] = false;
|
||||
$ck_funcs[7]['help'] = t('Error, XML PHP module required but not installed.');
|
||||
$ck_funcs[6]['status'] = false;
|
||||
$ck_funcs[6]['help'] = t('Error, XML PHP module required but not installed.');
|
||||
}
|
||||
|
||||
/*if((x($_SESSION,'sysmsg')) && is_array($_SESSION['sysmsg']) && count($_SESSION['sysmsg']))
|
||||
|
|
Loading…
Reference in a new issue