diff --git a/install.php b/install.php index 7d90b523..fababd70 100644 --- a/install.php +++ b/install.php @@ -300,6 +300,8 @@ } elseif($step == 4) { // SQL installation + buildJavascript(); + sql_open(); $sql = @file_get_contents('install.sql') or error("Couldn't load install.sql.");