diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-11 13:03:45 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-11 13:03:45 +0000 |
| commit | 2b78f801ac3cd850fe3215d26ab5389f4c6a3081 (patch) | |
| tree | 9654b780615247e338bb1a8da63f8f4b3c090865 /BitInstaller.php | |
| parent | 9de850fd73414742448112cf31ec1d2bfeb86edd (diff) | |
| download | install-2b78f801ac3cd850fe3215d26ab5389f4c6a3081.tar.gz install-2b78f801ac3cd850fe3215d26ab5389f4c6a3081.tar.bz2 install-2b78f801ac3cd850fe3215d26ab5389f4c6a3081.zip | |
merge recent changes with HEAD - keeping stuff up to date in case someone starts going nuts in HEAD
Diffstat (limited to 'BitInstaller.php')
| -rw-r--r-- | BitInstaller.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BitInstaller.php b/BitInstaller.php index 6cee305..5292394 100644 --- a/BitInstaller.php +++ b/BitInstaller.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/BitInstaller.php,v 1.8 2005/08/07 17:37:51 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/BitInstaller.php,v 1.9 2005/08/11 13:03:45 squareing Exp $ * @package install */ @@ -113,7 +113,7 @@ class BitInstaller extends BitSystem { global $gBitSystem, $gBitDb; if( !empty( $gBitSystem->mUpgrades[$package] ) ) { $tablePrefix = $this->getTablePrefix(); - $dict = NewDataDictionary( $gBitSystem->getDb ); + $dict = NewDataDictionary( $gBitDb->mDb ); for( $i=0; $i<count( $gBitSystem->mUpgrades[$package] ); $i++ ) { if( !is_array( $gBitSystem->mUpgrades[$package][$i] ) ) { |
