summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-06-10 20:25:47 +0000
committerwjames5 <will@tekimaki.com>2009-06-10 20:25:47 +0000
commit03567f95c736e6cb06b45dd6e0bf29b9c2affb0c (patch)
tree64bee5e8739d4026b297b29a6450f8d6edd519ce
parent1345ed319b39d9e07c762909e32734b012def1b8 (diff)
downloadboards-03567f95c736e6cb06b45dd6e0bf29b9c2affb0c.tar.gz
boards-03567f95c736e6cb06b45dd6e0bf29b9c2affb0c.tar.bz2
boards-03567f95c736e6cb06b45dd6e0bf29b9c2affb0c.zip
make sure global is available
-rw-r--r--admin/upgrades/1.0.1.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/upgrades/1.0.1.php b/admin/upgrades/1.0.1.php
index 11c0577..8ee1d86 100644
--- a/admin/upgrades/1.0.1.php
+++ b/admin/upgrades/1.0.1.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_boards/admin/upgrades/1.0.1.php,v 1.2 2009/05/30 17:21:15 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_boards/admin/upgrades/1.0.1.php,v 1.3 2009/06/10 20:25:47 wjames5 Exp $
*/
global $gBitInstaller;
@@ -35,6 +35,8 @@ array( 'DATADICT' => array(
array( 'PHP' => '
// Is package installed and enabled
+global $gBitSystem;
+
$gBitSystem->verifyPackage( "boards" );
require_once( BOARDS_PKG_PATH."BitBoardTopic.php");