diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php index 425748d7..81c150b1 100644 --- a/web/lib/aurjson.class.php +++ b/web/lib/aurjson.class.php @@ -23,7 +23,7 @@ class AurJSON { private $dbh = false; private $exposed_methods = array('search','info'); 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.