From: Brett Profitt Date: Fri, 21 Oct 2011 01:09:04 +0000 (-0700) Subject: Fixes #3680. Explicitly connecting to db in start.php. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fdb43558396123b1dd500812c4b423c0ef72fb96;p=lorea%2Felgg.git Fixes #3680. Explicitly connecting to db in start.php. --- 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();