diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-05 02:13:10 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-05 02:13:10 -0500 |
| commit | 47822c47ebd619938eb31858d013aaf4c51f1c98 (patch) | |
| tree | 07ce53405bf86274f405e719e8a5f3281e76d952 /show_user_avatar.php | |
| parent | b00842ac386a382c61a8f7b6314fdd60aaf447d0 (diff) | |
| download | users-47822c47ebd619938eb31858d013aaf4c51f1c98.tar.gz users-47822c47ebd619938eb31858d013aaf4c51f1c98.tar.bz2 users-47822c47ebd619938eb31858d013aaf4c51f1c98.zip | |
fix INCLUDE and CLASS paths
Diffstat (limited to 'show_user_avatar.php')
| -rw-r--r-- | show_user_avatar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/show_user_avatar.php b/show_user_avatar.php index d47c625..7a666e5 100644 --- a/show_user_avatar.php +++ b/show_user_avatar.php @@ -11,7 +11,7 @@ /** * required setup */ -include_once( USERS_PKG_PATH.'userprefs_lib.php' ); +include_once( USERS_PKG_INCLUDE_PATH.'userprefs_lib.php' ); // application to display an image from the database with // option to resize the image dynamically creating a thumbnail on the fly. // you have to check if the user has permission to see this gallery |
