From cdcd95d1b58672f097e20b0514338a960cf2cf80 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 Jul 2014 09:53:59 +0200 Subject: fix pkgdb2 url for packages acls --- refresh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit