summaryrefslogtreecommitdiff
path: root/install_packages.php
diff options
context:
space:
mode:
Diffstat (limited to 'install_packages.php')
-rw-r--r--install_packages.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install_packages.php b/install_packages.php
index 268fbdc..da95f8c 100644
--- a/install_packages.php
+++ b/install_packages.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/install_packages.php,v 1.26 2006/02/04 17:37:17 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/install_packages.php,v 1.27 2006/02/06 00:07:18 squareing Exp $
* @package install
* @subpackage functions
*/
@@ -151,7 +151,7 @@ if( !empty( $_REQUEST['cancel'] ) ) {
$gBitInstaller->storePreference( 'package_'.strtolower( $package ), 'y', $package );
// we'll default wiki to the home page
if( defined( 'WIKI_PKG_NAME' ) && $package == WIKI_PKG_NAME ) {
- $gBitSystem->storePreference( "bitIndex", WIKI_PKG_NAME );
+ $gBitSystem->storePreference( "bit_index", WIKI_PKG_NAME );
}
} elseif( $method == 'uninstall' ) {
// TODO: allow option to remove related content from liberty_content and liberty_structures