summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.php b/install.php
index ef3c848a9..9b852977f 100644
--- a/install.php
+++ b/install.php
@@ -460,7 +460,8 @@ 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 htmlspecialchars_decode');
+ 'preg_replace file_get_contents htmlspecialchars_decode '.
+ 'spl_autoload_register');
if (!function_exists('mb_substr')) {
$funcs[] = 'utf8_encode';