summaryrefslogtreecommitdiffstats
path: root/refresh.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-07-25 09:53:59 +0200
committerRemi Collet <fedora@famillecollet.com>2014-07-25 09:53:59 +0200
commitcdcd95d1b58672f097e20b0514338a960cf2cf80 (patch)
tree9997864c62fd750387a6ee96d54f84a376f4ef39 /refresh.php
parente4e0499e2d9affd95f7bc06e6b65a46bdcb379bd (diff)
fix pkgdb2 url for packages acls
Diffstat (limited to 'refresh.php')
-rw-r--r--refresh.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/refresh.php b/refresh.php
index cf69818..0224a76 100644
--- a/refresh.php
+++ b/refresh.php
@@ -105,7 +105,7 @@ try {
$acltable = new TableAcls($db);
if ($_SERVER['argc']==1 || in_array('owner', $_SERVER['argv'])) {
- $url = "https://admin.fedoraproject.org/pkgdb/lists/bugzilla?tg_format=plain";
+ $url = "https://admin.fedoraproject.org/pkgdb/api/bugzilla";
Parser::readAcls($acltable, $url);
}