diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-07-25 09:53:59 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-07-25 09:53:59 +0200 |
commit | cdcd95d1b58672f097e20b0514338a960cf2cf80 (patch) | |
tree | 9997864c62fd750387a6ee96d54f84a376f4ef39 | |
parent | e4e0499e2d9affd95f7bc06e6b65a46bdcb379bd (diff) |
fix pkgdb2 url for packages acls
-rw-r--r-- | refresh.php | 2 |
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); } |