Skip to content

Commit 5803313

Browse files
author
Till Brehm
committed
Fixed typo
1 parent c457ed6 commit 5803313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function check_prerequisites() {
206206
if(version_compare(phpversion(), '5.4', '<')) $msg .= "PHP Version 5.4 or newer is required.\n";
207207
if(!function_exists('curl_init')) $msg .= "PHP Curl Module is missing.\n";
208208
if(!function_exists('mysqli_connect')) $msg .= "PHP MySQLi Module is nmissing.\n";
209-
if(!function_exists('mb_detect_encoding')) $msg .= "PHP Multibyte Module (MB) is nmissing.\n";
209+
if(!function_exists('mb_detect_encoding')) $msg .= "PHP Multibyte Module (MB) is missing.\n";
210210

211211
if($msg != '') die($msg);
212212
}

0 commit comments

Comments
 (0)