]> git.mxchange.org Git - friendica.git/commitdiff
count from 0
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 27 Apr 2016 18:23:06 +0000 (20:23 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 27 Apr 2016 18:23:06 +0000 (20:23 +0200)
mod/install.php

index d16799b5a80e8749de01ff31a65ef8222b9f0b5c..f36c91ef2aa0b4fc85303df74f9e2c5a1f8560c3 100755 (executable)
@@ -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']))