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