From 5707b70182eeadba81291bd017c1886d63f90897 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 4 Sep 2012 17:20:56 +0000 Subject: typo --- test_index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_index.php') diff --git a/test_index.php b/test_index.php index 81fd6b9..3427af0 100644 --- a/test_index.php +++ b/test_index.php @@ -49,7 +49,7 @@ $matches = get_submitted_packages($upload_dir); list($pkgs, $hosts, $build_dates, $buildtime_total) = get_refined_packages_list( $matches, - isset($_GET['package']) ? $_GET['package'] : null + isset($_GET['package']) ? $_GET['package'] : null, isset($_GET['user']) ? $_GET['user'] : null ); -- cgit v1.2.1