diff options
| author | spider@dev <spiderr@bitweaver.org> | 2017-07-03 14:01:24 -0400 |
|---|---|---|
| committer | spider@dev <spiderr@bitweaver.org> | 2017-07-03 14:01:24 -0400 |
| commit | 0dac54dcb0d6a0e853650e0a37fc6bd3555cb290 (patch) | |
| tree | 24ea6d2c4c020416336d44c7339fd918c7a7944e /assigned_modules.php | |
| parent | a5b8de8263e00105a047fab94cdd31890c35562e (diff) | |
| download | users-0dac54dcb0d6a0e853650e0a37fc6bd3555cb290.tar.gz users-0dac54dcb0d6a0e853650e0a37fc6bd3555cb290.tar.bz2 users-0dac54dcb0d6a0e853650e0a37fc6bd3555cb290.zip | |
move _inc files to includes/
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 2a62572..015288a 100644 --- a/assigned_modules.php +++ b/assigned_modules.php @@ -32,7 +32,7 @@ if (!$gBitUser->isRegistered()) { die; } -include_once(USERS_PKG_PATH.'lookup_user_inc.php'); +include_once(USERS_PKG_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')); |
