mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Return CategoryID from the json interface.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
80a95443c5
commit
1e9147a352
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if (!extension_loaded('json'))
|
|||
class AurJSON {
|
||||
private $dbh = false;
|
||||
private $exposed_methods = array('search','info');
|
||||
private $fields = array('ID','Name','Version','Description',
|
||||
private $fields = array('ID','Name','Version','CategoryID','Description',
|
||||
'URL','URLPath','License','NumVotes','OutOfDate');
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue