summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:25:18 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:25:18 -0500
commit811bce9f025cf8cb6fc1d5c519dd14b8fe1d2ffa (patch)
tree7566c4012303af4f2249dc44a0af840eb256b019 /index.php
parentc7809e9cb461e629d7cf107db08967b2980de742 (diff)
downloadusers-811bce9f025cf8cb6fc1d5c519dd14b8fe1d2ffa.tar.gz
users-811bce9f025cf8cb6fc1d5c519dd14b8fe1d2ffa.tar.bz2
users-811bce9f025cf8cb6fc1d5c519dd14b8fe1d2ffa.zip
fix INCLUDE path
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 5615627..5a13c68 100644
--- a/index.php
+++ b/index.php
@@ -22,7 +22,7 @@ if( $gBitSystem->getConfig( 'custom_user_fields' )) {
}
// lookup may be via content_id which will then return user_id for search request
-require_once( USERS_PKG_INCLUDE_PATH.'includes/lookup_user_inc.php' );
+require_once( USERS_PKG_INCLUDE_PATH.'lookup_user_inc.php' );
// i think we should always allow looking at yourself - regardless of permissions
if( !empty( $_REQUEST['home'] ) ) {