summaryrefslogtreecommitdiff
path: root/view.php
diff options
context:
space:
mode:
Diffstat (limited to 'view.php')
-rw-r--r--view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.php b/view.php
index 0158937..c0df7ea 100644
--- a/view.php
+++ b/view.php
@@ -21,7 +21,7 @@ require_once( '../kernel/setup_inc.php' );
$gBitSystem->verifyPackage( 'pigeonholes' );
$gBitSystem->verifyPermission( 'p_pigeonholes_view' );
-include_once( PIGEONHOLES_PKG_PATH.'lookup_pigeonholes_inc.php' );
+include_once( PIGEONHOLES_PKG_INCLUDE_PATH.'lookup_pigeonholes_inc.php' );
/* If we came in via structure_id redirect to content_id */
if (isset($_REQUEST['structure_id'])) {