summaryrefslogtreecommitdiff
path: root/BitInstaller.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-03-01 20:16:12 +0000
committerChristian Fowler <spider@viovio.com>2006-03-01 20:16:12 +0000
commit1ccba2285cb2b6e28d44c39a6891aece0d132c07 (patch)
tree77648088bff01ff5c16bde59e89650d39e5a822c /BitInstaller.php
parent27b26b71cf2f4c9871fdcf200165b29e0ac1353d (diff)
downloadinstall-1ccba2285cb2b6e28d44c39a6891aece0d132c07.tar.gz
install-1ccba2285cb2b6e28d44c39a6891aece0d132c07.tar.bz2
install-1ccba2285cb2b6e28d44c39a6891aece0d132c07.zip
move BitSystem:: preferences methods to get/set/load/storeConfig to avoid conflict with new content preferences
Diffstat (limited to 'BitInstaller.php')
-rw-r--r--BitInstaller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/BitInstaller.php b/BitInstaller.php
index 30a47b9..9f89e0c 100644
--- a/BitInstaller.php
+++ b/BitInstaller.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/BitInstaller.php,v 1.17 2006/02/19 20:21:55 lsces Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/BitInstaller.php,v 1.18 2006/03/01 20:16:12 spiderr Exp $
* @package install
*/
@@ -293,7 +293,7 @@ if( !is_array( $gBitSystem->mUpgrades[$package][$i] ) ) {
}
// turn on features that are turned on
if( $gBitSystem->isFeatureActive( 'feature_'.$package ) ) {
- $gBitSystem->storePreference( 'package_'.$package, 'y', KERNEL_PKG_NAME );
+ $gBitSystem->storeConfig( 'package_'.$package, 'y', KERNEL_PKG_NAME );
}
}
}