summaryrefslogtreecommitdiff
path: root/bit_setup_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'bit_setup_inc.php')
-rw-r--r--bit_setup_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php
index 67a4a63..881b49b 100644
--- a/bit_setup_inc.php
+++ b/bit_setup_inc.php
@@ -27,7 +27,7 @@ if( $gBitSystem->isPackageActive( 'nexus' ) ) {
$gBitSmarty->assignByRef( 'gNexusSystem', $gNexusSystem );
// include service functions
- require_once( NEXUS_PKG_PATH.'servicefunctions_inc.php' );
+ require_once( NEXUS_PKG_INCLUDE_PATH.'servicefunctions_inc.php' );
$gLibertySystem->registerService( LIBERTY_SERVICE_MENU, NEXUS_PKG_NAME, array(
'content_store_function' => 'nexus_content_store',