summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-06-28 15:37:28 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-06-28 23:23:47 +0200
commit15fe99402ff4e9f3275f367e823d0f8edcd8b9a5 (patch)
tree6aacb88beb7cf416dda9bad4988a3a05d62d1f66
parentc89bf51af26003d01fb73eece3899c2b6e97e7bd (diff)
downloadaurweb-15fe99402ff4e9f3275f367e823d0f8edcd8b9a5.tar.xz
Delete unused variable
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--web/lib/aurjson.class.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php
index 7b77da4..2ba92b7 100644
--- a/web/lib/aurjson.class.php
+++ b/web/lib/aurjson.class.php
@@ -201,7 +201,6 @@ class AurJSON {
private function process_query($type, $where_condition) {
$max_results = config_get_int('options', 'max_rpc_results');
- $package_url = config_get('options', 'package_url');
if ($this->version == 1) {
$fields = implode(',', self::$fields_v1);