diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:25:18 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:25:18 -0500 |
| commit | 811bce9f025cf8cb6fc1d5c519dd14b8fe1d2ffa (patch) | |
| tree | 7566c4012303af4f2249dc44a0af840eb256b019 /index.php | |
| parent | c7809e9cb461e629d7cf107db08967b2980de742 (diff) | |
| download | users-811bce9f025cf8cb6fc1d5c519dd14b8fe1d2ffa.tar.gz users-811bce9f025cf8cb6fc1d5c519dd14b8fe1d2ffa.tar.bz2 users-811bce9f025cf8cb6fc1d5c519dd14b8fe1d2ffa.zip | |
fix INCLUDE path
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'] ) ) { |
