diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-04-15 12:16:21 -0400 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-04-15 12:16:21 -0400 |
| commit | da8147a0536f1f5189afd03a996359d32b98ba65 (patch) | |
| tree | e77941c385424c5ec18cf1cee8b3b102f80f2c8c | |
| parent | f0a1526b2f1711e8d82e972ef4b29f5a762b2611 (diff) | |
| download | nexus-da8147a0536f1f5189afd03a996359d32b98ba65.tar.gz nexus-da8147a0536f1f5189afd03a996359d32b98ba65.tar.bz2 nexus-da8147a0536f1f5189afd03a996359d32b98ba65.zip | |
clean up for includes/ reorg
| -rw-r--r-- | includes/bit_setup_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bit_setup_inc.php b/includes/bit_setup_inc.php index 881b49b..8914323 100644 --- a/includes/bit_setup_inc.php +++ b/includes/bit_setup_inc.php @@ -9,7 +9,7 @@ global $gBitSystem, $gBitUser, $gLibertySystem, $gBitThemes; $registerHash = array( 'package_name' => 'nexus', - 'package_path' => dirname( __FILE__ ).'/', + 'package_path' => dirname( dirname( __FILE__ ) ).'/', 'service' => LIBERTY_SERVICE_MENU, ); $gBitSystem->registerPackage( $registerHash ); |
