diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:45 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:45 -0500 |
| commit | c7809e9cb461e629d7cf107db08967b2980de742 (patch) | |
| tree | b63a00bcc55bb546890d7170695308f569857445 /assigned_modules.php | |
| parent | 6b930dcda26e6510ff20a66584cbfd8bec771b31 (diff) | |
| download | users-c7809e9cb461e629d7cf107db08967b2980de742.tar.gz users-c7809e9cb461e629d7cf107db08967b2980de742.tar.bz2 users-c7809e9cb461e629d7cf107db08967b2980de742.zip | |
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'assigned_modules.php')
| -rw-r--r-- | assigned_modules.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assigned_modules.php b/assigned_modules.php index 015288a..af27098 100644 --- a/assigned_modules.php +++ b/assigned_modules.php @@ -32,7 +32,7 @@ if (!$gBitUser->isRegistered()) { die; } -include_once(USERS_PKG_PATH.'includes/lookup_user_inc.php'); +include_once(USERS_PKG_INCLUDE_PATH.'includes/lookup_user_inc.php'); if ($gQueryUser->mUserId != $gBitUser->mUserId && !$gBitUser->object_has_permission($gBitUser->mUserId, $gQueryUser->mInfo['content_id'], 'bituser', 'p_users_admin')) { $gBitSmarty->assign('msg', tra('You do not have permission to edit this user\'s theme')); |
