summaryrefslogtreecommitdiff
path: root/assign_content.php
diff options
context:
space:
mode:
Diffstat (limited to 'assign_content.php')
-rw-r--r--assign_content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/assign_content.php b/assign_content.php
index 9e15b47..25cf558 100644
--- a/assign_content.php
+++ b/assign_content.php
@@ -21,7 +21,7 @@ require_once( '../kernel/setup_inc.php' );
$gBitSystem->verifyPackage( 'pigeonholes' );
$gBitSystem->verifyPermission( 'p_pigeonholes_insert_member' );
-include_once( PIGEONHOLES_PKG_PATH.'lookup_pigeonholes_inc.php' );
+include_once( PIGEONHOLES_PKG_INCLUDE_PATH.'lookup_pigeonholes_inc.php' );
$feedback = '';
$gBitSmarty->assignByRef( 'feedback', $feedback );