diff options
author | Remi Collet <remi@remirepo.net> | 2025-01-13 09:05:35 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-01-13 09:05:35 +0100 |
commit | 77323fa60b3cae098d3ae64d064f788b9d705261 (patch) | |
tree | 7d09e14010d98fdb797cbfeb031004c5013140bc /refresh.php | |
parent | e18628b04921664d8eebe9983a2da01f88764819 (diff) |
Diffstat (limited to 'refresh.php')
-rw-r--r-- | refresh.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/refresh.php b/refresh.php index 7fb4810..90ba2a1 100644 --- a/refresh.php +++ b/refresh.php @@ -119,7 +119,7 @@ try { if ($_SERVER['argc']==1 || in_array('owner', $_SERVER['argv'])) { $url = "https://admin.fedoraproject.org/pkgdb/api/bugzilla"; - Parser::readAcls($acltable, $url); + // Parser::readAcls($acltable, $url); } if ($_SERVER['argc']==1 || in_array('optimize', $_SERVER['argv'])) { |