install/includes/stages/install.php
changeset 1379 5cbd678df965
parent 1378 e58294b867c1
--- a/install/includes/stages/install.php	Wed Aug 21 22:50:34 2013 -0400
+++ b/install/includes/stages/install.php	Wed Aug 21 23:11:58 2013 -0400
@@ -18,7 +18,6 @@
 
 require ( ENANO_ROOT . '/install/includes/libenanoinstall.php' );
 require ( ENANO_ROOT . '/includes/sql_parse.php' );
-require ( ENANO_ROOT . '/includes/dbal.php' );
 require ( ENANO_ROOT . '/config.new.php' );
 
 if ( !in_array($dbdriver, $supported_drivers) )