summaryrefslogtreecommitdiff
path: root/edit_pigeonholes.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit_pigeonholes.php')
-rw-r--r--edit_pigeonholes.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/edit_pigeonholes.php b/edit_pigeonholes.php
index d489f4f..5453471 100644
--- a/edit_pigeonholes.php
+++ b/edit_pigeonholes.php
@@ -21,14 +21,14 @@ require_once( '../kernel/setup_inc.php' );
$gBitSystem->verifyPackage( 'pigeonholes' );
$gBitSystem->verifyPermission( 'p_pigeonholes_create' );
-include_once( LIBERTY_PKG_PATH.'LibertyStructure.php' );
-include_once( PIGEONHOLES_PKG_PATH.'lookup_pigeonholes_inc.php' );
+include_once( LIBERTY_PKG_CLASS_PATH.'LibertyStructure.php' );
+include_once( PIGEONHOLES_PKG_INCLUDE_PATH.'lookup_pigeonholes_inc.php' );
// include edit structure file only when structure_id is known
if( !empty( $_REQUEST["structure_id"] ) && ( empty( $_REQUEST['action'] ) || $_REQUEST['action'] != 'remove' ) ) {
$verifyStructurePermission = 'p_pigeonholes_create';
$noAjaxContent = TRUE;
- include_once( LIBERTY_PKG_PATH.'edit_structure_inc.php' );
+ include_once( LIBERTY_PKG_INCLUDE_PATH.'edit_structure_inc.php' );
// get all the nodes in this structure
foreach( $rootTree as $node ) {