diff --git a/install.php b/install.php
index 743ae93c426afb3e9a67f9581bd8646f17eaa1ba..6bc1bcb30423c710d697e39e8b3568d250468100 100644
--- a/install.php
+++ b/install.php
@@ -429,7 +429,7 @@ function check_functions(){
                          'glob header ignore_user_abort ini_get mail mkdir '.
                          'ob_start opendir parse_ini_file readfile realpath '.
                          'rename rmdir serialize session_start unlink usleep '.
-                         'preg_replace','file_get_contents');
+                         'preg_replace file_get_contents');
 
     if (!function_exists('mb_substr')) {
       $funcs[] = 'utf8_encode';