diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-10-29 22:05:19 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-10-29 22:05:19 +0000 |
| commit | 4bd2f94bad5518f0ca99693d8c4012607463b089 (patch) | |
| tree | 38876a94ade49bb92e13800599708de80facecc3 | |
| parent | b95817fe862e97840682d393ac3237808bdfce70 (diff) | |
| download | users-4bd2f94bad5518f0ca99693d8c4012607463b089.tar.gz users-4bd2f94bad5518f0ca99693d8c4012607463b089.tar.bz2 users-4bd2f94bad5518f0ca99693d8c4012607463b089.zip | |
add core dependencies
| -rw-r--r-- | admin/upgrades/2.1.0.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/admin/upgrades/2.1.0.php b/admin/upgrades/2.1.0.php index 11e2d0b..0f4e4dd 100644 --- a/admin/upgrades/2.1.0.php +++ b/admin/upgrades/2.1.0.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_users/admin/upgrades/2.1.0.php,v 1.1 2008/10/28 21:15:00 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_users/admin/upgrades/2.1.0.php,v 1.2 2008/10/29 22:05:19 squareing Exp $ */ global $gBitInstaller; @@ -20,4 +20,11 @@ array( 'DATADICT' => array( )), )); + +$gBitInstaller->registerPackageDependencies( $infoHash, array( + 'liberty' => array( 'min' => '2.1.0' ), + 'kernel' => array( 'min' => '2.0.0' ), + 'themes' => array( 'min' => '2.0.0' ), + 'languages' => array( 'min' => '2.0.0' ), +)); ?> |
