summaryrefslogtreecommitdiff
path: root/includes/install_packages.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/install_packages.php')
-rwxr-xr-xincludes/install_packages.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/install_packages.php b/includes/install_packages.php
index 05bd353..6979b1d 100755
--- a/includes/install_packages.php
+++ b/includes/install_packages.php
@@ -425,7 +425,6 @@ if( !empty( $_REQUEST['cancel'] ) ) {
$gBitInstaller->mPrefs = '';
$gBitInstaller->loadConfig();
-
$gBitInstaller->mDb->query( "DELETE FROM `".BIT_DB_PREFIX."kernel_config` WHERE `package`=?", [ $package ] );
// ---------------------- 5. ----------------------
// run the defaults through afterwards so we can be sure all tables needed have been created
@@ -459,7 +458,6 @@ if( !empty( $_REQUEST['cancel'] ) ) {
}
$gBitInstaller->mDb->CompleteTrans();
-
// ---------------------- 6. ----------------------
// register all content types for installed packages
foreach( $gBitInstaller->mContentClasses as $package => $classes ){
@@ -471,7 +469,6 @@ if( !empty( $_REQUEST['cancel'] ) ) {
}
}
-
// ---------------------- 7. ----------------------
// Do stuff that only applies during the first install
$gBitInstaller->StartTrans();
@@ -610,8 +607,6 @@ if( !empty( $_REQUEST['cancel'] ) ) {
}
}
-
-
// ---------------------- 8. ----------------------
// woo! we're done with the installation bit - below here is some generic installer stuff
$gBitSmarty->assign( 'next_step', $step + 1 );