diff options
Diffstat (limited to 'src/install.php')
-rw-r--r-- | src/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.php b/src/install.php index f130fa4..8b8c854 100644 --- a/src/install.php +++ b/src/install.php @@ -937,7 +937,7 @@ if (!function_exists("bccomp")) { print "<h4><font color=\"red\">PHP's BC Math routines are not installed or enabled. The <i>bccomp</i> extension is required.</font></h4>\n"; $go = 0; } -if (!function_exists("mbstring")) { +if (!function_exists("mb_parse_str")) { print "<h4><font color=\"red\">PHP's Multi-Byte String routines are not installed or enabled. The <i>mbstring</i> extension is required.</font></h4>\n"; $go = 0; } |