summaryrefslogtreecommitdiff
path: root/assigned_modules.php
diff options
context:
space:
mode:
authorspider@dev <spiderr@bitweaver.org>2017-07-03 14:01:24 -0400
committerspider@dev <spiderr@bitweaver.org>2017-07-03 14:01:24 -0400
commit0dac54dcb0d6a0e853650e0a37fc6bd3555cb290 (patch)
tree24ea6d2c4c020416336d44c7339fd918c7a7944e /assigned_modules.php
parenta5b8de8263e00105a047fab94cdd31890c35562e (diff)
downloadusers-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.php2
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'));