diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-06 00:07:18 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-06 00:07:18 +0000 |
| commit | ef0810a35d475f339055c72c588e13e2f827c760 (patch) | |
| tree | 6f89c22d6b5e2138a5485a37663f063350ba23f6 /install_packages.php | |
| parent | 4fa3d9d085c84bc273e2651507666e3f077177a6 (diff) | |
| download | install-ef0810a35d475f339055c72c588e13e2f827c760.tar.gz install-ef0810a35d475f339055c72c588e13e2f827c760.tar.bz2 install-ef0810a35d475f339055c72c588e13e2f827c760.zip | |
more preference standardisation
Diffstat (limited to 'install_packages.php')
| -rw-r--r-- | install_packages.php | 4 |
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 |
