mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 02:09:23 +02:00
move over to query class as backend for browse
This commit is contained in:
parent
1dff2461c7
commit
04bcb58be9
5 changed files with 122 additions and 986 deletions
|
@ -95,9 +95,9 @@ switch ($_REQUEST['action']) {
|
|||
case 'page':
|
||||
Browse::set_type($_REQUEST['type']);
|
||||
Browse::set_start($_REQUEST['start']);
|
||||
|
||||
|
||||
ob_start();
|
||||
Browse::show_objects(false);
|
||||
Browse::show_objects();
|
||||
$results['browse_content'] = ob_get_clean();
|
||||
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue