aboutsummaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.php b/install.php
index c0abbd228..915824eb9 100644
--- a/install.php
+++ b/install.php
@@ -27,7 +27,8 @@
/**
* Install the database
*/
- if (!is_db_installed()) {
+ if (!is_db_installed()) {
+ validate_platform();
run_sql_script(dirname(__FILE__) . "/engine/schema/mysql.sql");
init_site_secret();
system_message(elgg_echo("installation:success"));