From 098ac5b077dd01919473fc7f440d2b6c588d5c88 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 27 Apr 2016 20:23:06 +0200 Subject: [PATCH] count from 0 --- mod/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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']))