From fdb43558396123b1dd500812c4b423c0ef72fb96 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Thu, 20 Oct 2011 18:09:04 -0700 Subject: Fixes #3680. Explicitly connecting to db in start.php. --- engine/start.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engine') diff --git a/engine/start.php b/engine/start.php index 132c060b4..fc3aa004e 100644 --- a/engine/start.php +++ b/engine/start.php @@ -114,6 +114,9 @@ foreach ($lib_files as $file) { } } +// connect to db +setup_db_connections(); + // confirm that the installation completed successfully verify_installation(); -- cgit v1.2.3