diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php index 5fb89a9f..f25954c7 100644 --- a/web/lib/aurjson.class.php +++ b/web/lib/aurjson.class.php @@ -228,7 +228,7 @@ class AurJSON { $search_data = array(); while ($row = $result->fetch(PDO::FETCH_ASSOC)) { $resultcount++; - $pkgbase_name = $row['PackageBase']; + $row['URLPath'] = sprintf(config_get('options', 'snapshot_uri'), urlencode($row['PackageBase'])); /* * Unfortunately, mysql_fetch_assoc() returns