install/includes/common.php
changeset 1379 5cbd678df965
parent 1346 b79029a49d28
--- a/install/includes/common.php	Wed Aug 21 22:50:34 2013 -0400
+++ b/install/includes/common.php	Wed Aug 21 23:11:58 2013 -0400
@@ -111,6 +111,7 @@
 require_once(ENANO_ROOT . '/includes/constants.php');
 require_once(ENANO_ROOT . '/includes/rijndael.php');
 require_once(ENANO_ROOT . '/includes/hmac.php');
+require_once(ENANO_ROOT . '/includes/dbal.php');
 
 // If we have at least PHP 5, load json2
 if ( version_compare(PHP_VERSION, '5.0.0', '>=') )