diff options
| -rw-r--r-- | admin/schema_inc.php | 2 | ||||
| -rw-r--r-- | bit_setup_inc.php | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index e52ed54..82b0eb6 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -1,8 +1,6 @@ <?php global $gBitInstaller; -$gBitInstaller->makePackageHomeable( 'calendar' ); - $gBitInstaller->registerPackageInfo( CALENDAR_PKG_NAME, array( 'description' => "Calendar package to display bitweaver entries by date, and set events", 'license' => '<a href="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</a>', diff --git a/bit_setup_inc.php b/bit_setup_inc.php index cef56a6..df53a3d 100644 --- a/bit_setup_inc.php +++ b/bit_setup_inc.php @@ -4,6 +4,7 @@ global $gBitSystem, $gBitSmarty, $gBitUser; $registerHash = array( 'package_name' => 'calendar', 'package_path' => dirname( __FILE__ ).'/', + 'homeable' => TRUE, ); $gBitSystem->registerPackage( $registerHash ); |
