From 22f65a9a546886f0235e1805704194abc9186fb4 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 9 Mar 2012 18:03:10 +0000 Subject: [PATCH] database can throw exceptions --- install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install.php b/install.php index 3ef97def..15335082 100644 --- a/install.php +++ b/install.php @@ -56,6 +56,7 @@ define('__SHIMMIE_ROOT__', trim( remove_trailing_slash( dirname(__FILE__) ) ) . // Pull in necessary files require_once __SHIMMIE_ROOT__."core/util.inc.php"; +require_once __SHIMMIE_ROOT__."core/exceptions.class.php"; require_once __SHIMMIE_ROOT__."core/database.class.php"; /*