X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Finstall.php;h=f36c91ef2aa0b4fc85303df74f9e2c5a1f8560c3;hb=e4ec867df3377acbec6325e7023b814129981d31;hp=d16799b5a80e8749de01ff31a65ef8222b9f0b5c;hpb=a5f4f47c4122188301638264af0fc511fb27fed0;p=friendica.git diff --git a/mod/install.php b/mod/install.php index d16799b5a8..f36c91ef2a 100755 --- a/mod/install.php +++ b/mod/install.php @@ -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']))