From f16f621def58e717c69d2e8af77610f41ffc2ccd Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 6 Apr 2011 19:11:08 +1000 Subject: [PATCH] Build Javascript file on installation --- install.php | 2 ++ 1 file changed, 2 insertions(+) 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.");