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 /templates/center_user_wiki_page.php | |
| parent | c7809e9cb461e629d7cf107db08967b2980de742 (diff) | |
| download | users-811bce9f025cf8cb6fc1d5c519dd14b8fe1d2ffa.tar.gz users-811bce9f025cf8cb6fc1d5c519dd14b8fe1d2ffa.tar.bz2 users-811bce9f025cf8cb6fc1d5c519dd14b8fe1d2ffa.zip | |
fix INCLUDE path
Diffstat (limited to 'templates/center_user_wiki_page.php')
| -rw-r--r-- | templates/center_user_wiki_page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/center_user_wiki_page.php b/templates/center_user_wiki_page.php index 5302f12..bdaacc9 100644 --- a/templates/center_user_wiki_page.php +++ b/templates/center_user_wiki_page.php @@ -2,7 +2,7 @@ global $gQueryUser; -include_once( USERS_PKG_INCLUDE_PATH.'includes/lookup_user_inc.php' ); +include_once( USERS_PKG_INCLUDE_PATH.'lookup_user_inc.php' ); if( $gQueryUser && $gQueryUser->isValid() ) { $_template->tpl_vars['gQueryUser'] = new Smarty_variable( $gQueryUser ); |
