diff options
| author | spiderr <spiderr@bitweaver.org> | 2024-06-04 13:08:38 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2024-06-04 13:08:38 -0400 |
| commit | d12aa6680ed1626d1e0c8a495dc2a3d30b4879f2 (patch) | |
| tree | 8a81d06a1a8ced8d571872424baa512447b75d90 /list_content.php | |
| parent | df1b61ba4f6818f4d53a5f624f60f37631513e3e (diff) | |
| download | liberty-d12aa6680ed1626d1e0c8a495dc2a3d30b4879f2.tar.gz liberty-d12aa6680ed1626d1e0c8a495dc2a3d30b4879f2.tar.bz2 liberty-d12aa6680ed1626d1e0c8a495dc2a3d30b4879f2.zip | |
convert $_REQUEST['ajax_xml'] to $_REQUEST['ajax_api']
Diffstat (limited to 'list_content.php')
| -rw-r--r-- | list_content.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/list_content.php b/list_content.php index 584ebeb..bf6907b 100644 --- a/list_content.php +++ b/list_content.php @@ -79,9 +79,9 @@ $contentListHash['listInfo']['ihash']['find'] = $contentListHash['listInfo']['fi $gBitSmarty->assign( 'listInfo', $contentListHash['listInfo'] ); $gBitSmarty->assign( 'content_type_guids', ( isset( $_REQUEST['content_type_guid'] ) ? $_REQUEST['content_type_guid'] : NULL )); -//depricate 'ajax_xml', use 'output' +//depricate 'ajax_api', use 'output' //@todo clean out from other packages -if( !empty( $_REQUEST['ajax_xml'] )) { +if( !empty( $_REQUEST['ajax_api'] )) { $_REQUEST['output'] = 'ajax'; } |
