count from 0

This commit is contained in:
Tobias Diekershoff 2016-04-27 20:23:06 +02:00
parent a5f4f47c41
commit 9a79b0c5f2
1 changed files with 2 additions and 2 deletions

View File

@ -470,8 +470,8 @@ function check_funcs(&$checks) {
try { try {
$xml = new DOMDocument(); $xml = new DOMDocument();
} catch (Exception $e) { } catch (Exception $e) {
$ck_funcs[7]['status'] = false; $ck_funcs[6]['status'] = false;
$ck_funcs[7]['help'] = t('Error, XML PHP module required but not installed.'); $ck_funcs[6]['help'] = t('Error, XML PHP module required but not installed.');
} }
/*if((x($_SESSION,'sysmsg')) && is_array($_SESSION['sysmsg']) && count($_SESSION['sysmsg'])) /*if((x($_SESSION,'sysmsg')) && is_array($_SESSION['sysmsg']) && count($_SESSION['sysmsg']))