summaryrefslogtreecommitdiff
path: root/Nexus.php
diff options
context:
space:
mode:
Diffstat (limited to 'Nexus.php')
-rw-r--r--Nexus.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Nexus.php b/Nexus.php
index 843b857..ba532ba 100644
--- a/Nexus.php
+++ b/Nexus.php
@@ -522,7 +522,7 @@ class Nexus extends NexusSystem {
function expungeDeadItems( $pMenuId=NULL ) {
if( isset( $pMenuId ) && is_numeric( $pMenuId ) ) {
// get $contentList
- include_once( LIBERTY_PKG_PATH.'get_content_list_inc.php' );
+ include_once( LIBERTY_PKG_INCLUDE_PATH.'get_content_list_inc.php' );
foreach( $contentList as $contentItem ) {
$contentIds[] = $contentItem['content_id'];
}
@@ -649,7 +649,7 @@ class Nexus extends NexusSystem {
*/
function importStructure( $pStructureId=NULL ) {
if( $pStructureId || !is_numeric( $pStructureId ) ) {
- include_once( LIBERTY_PKG_PATH.'LibertyStructure.php');
+ include_once( LIBERTY_PKG_CLASS_PATH.'LibertyStructure.php');
$structure = new LibertyStructure( $pStructureId );
$structure->load();