From 1f851e08ba9274fa524db6f75b2c2cc21ec4dcf2 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 19 Aug 2008 14:12:35 +0000 Subject: Refs #256: Basic installation parameters checked. Fixes #266: If the install flag isn't set then elgg_view will no longer attempt to load data from the database. git-svn-id: https://code.elgg.org/elgg/trunk@2016 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install.php') 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")); -- cgit v1.2.3