diff options
| author | spider <spider@bitweaver.org> | 2015-02-18 12:54:14 -0500 |
|---|---|---|
| committer | spider <spider@bitweaver.org> | 2015-02-18 12:54:14 -0500 |
| commit | 89cfbc983fab382854785617639b011a124ad23f (patch) | |
| tree | 72f64a3ecff6e5ed59713cc09e0de879133e883a /list_content.php | |
| parent | 52093ffa7a76b7c70e6f4f346f71f1ef106979a7 (diff) | |
| download | liberty-89cfbc983fab382854785617639b011a124ad23f.tar.gz liberty-89cfbc983fab382854785617639b011a124ad23f.tar.bz2 liberty-89cfbc983fab382854785617639b011a124ad23f.zip | |
move all javascript/libs/* to javascript/*
Diffstat (limited to 'list_content.php')
| -rw-r--r-- | list_content.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/list_content.php b/list_content.php index f13dbef..a46281c 100644 --- a/list_content.php +++ b/list_content.php @@ -65,7 +65,7 @@ if( !empty( $_REQUEST['output'] )) { * Recommend that this be standardized, but * a package dependency somewhere is likely an issue */ - require_once( UTIL_PKG_PATH.'javascript/libs/suggest/suggest_lib.php' ); + require_once( UTIL_PKG_PATH.'javascript/suggest/suggest_lib.php' ); foreach( array_keys( $contentList ) as $row ) { $xmlList[$contentList[$row]['content_id']] = $contentList[$row]['title']; } |
