aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-10-14 21:44:35 +0100
committerThomas Willingham <founder@kakste.com>2013-10-14 21:44:35 +0100
commit9945c1844c9ed8dca42f448ff17dd21b047e896f (patch)
tree4423a7d8a4fb07fdf7855607388e20f288965382 /mod
parent4f2c056d6d00257fccae356f4fdf6c0c971c9b60 (diff)
downloadvolse-hubzilla-9945c1844c9ed8dca42f448ff17dd21b047e896f.tar.gz
volse-hubzilla-9945c1844c9ed8dca42f448ff17dd21b047e896f.tar.bz2
volse-hubzilla-9945c1844c9ed8dca42f448ff17dd21b047e896f.zip
Issue #181
Diffstat (limited to 'mod')
-rwxr-xr-xmod/setup.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/setup.php b/mod/setup.php
index 97bdba34e..b825b5e0d 100755
--- a/mod/setup.php
+++ b/mod/setup.php
@@ -453,8 +453,8 @@ function check_funcs(&$checks) {
$ck_funcs[4]['help']= t('Error: mb_string PHP module required but not installed.');
}
if(! function_exists('mcrypt_encrypt')){
- $ck_funcs[4]['status']= false;
- $ck_funcs[4]['help']= t('Error: mcrypt PHP module required but not installed.');
+ $ck_funcs[5]['status']= false;
+ $ck_funcs[5]['help']= t('Error: mcrypt PHP module required but not installed.');
}
$checks = array_merge($checks, $ck_funcs);