summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}