diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -50,7 +50,8 @@ $matches = get_submitted_packages($upload_dir, $max_modified); list($pkgs, $hosts, $build_count, $build_dates, $buildtime_total) = get_refined_packages_list( $matches, isset($_GET['package']) ? $_GET['package'] : null, - isset($_GET['user']) ? $_GET['user'] : null + isset($_GET['user']) ? $_GET['user'] : null, + $mandatory_arches ); list($stats, $users, $total, $pkgs) = build_stats($pkgs); |