summaryrefslogtreecommitdiff
path: root/content_role_permissions.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:09 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:09 -0500
commit4abf677ae556f0cf7e08d377df1e0ffb9041267a (patch)
tree92023c1799a04fe82398beb9436d4e67f7688658 /content_role_permissions.php
parent8ad7ef38d30923bb0b8cb5bce381dc4ce87052a4 (diff)
downloadliberty-4abf677ae556f0cf7e08d377df1e0ffb9041267a.tar.gz
liberty-4abf677ae556f0cf7e08d377df1e0ffb9041267a.tar.bz2
liberty-4abf677ae556f0cf7e08d377df1e0ffb9041267a.zip
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'content_role_permissions.php')
-rw-r--r--content_role_permissions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_role_permissions.php b/content_role_permissions.php
index 78ee24f..5324a36 100644
--- a/content_role_permissions.php
+++ b/content_role_permissions.php
@@ -12,7 +12,7 @@ require_once( '../kernel/setup_inc.php' );
$gBitSystem->verifyPermission( 'p_liberty_assign_content_perms' );
-require_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' );
+require_once( LIBERTY_PKG_INCLUDE_PATH.'lookup_content_inc.php' );
if( $gContent == null ) {
$gBitSystem->fatalError('Could not find the requested content.', NULL, NULL, HttpStatusCodes::HTTP_GONE );