summaryrefslogtreecommitdiffstats
path: root/test_index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-04 17:20:56 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-04 17:20:56 +0000
commit5707b70182eeadba81291bd017c1886d63f90897 (patch)
tree6fd710b3db7343bca4138ebb0c3b0ca707d0d2e9 /test_index.php
parent98194dc350bc25159682bdd74ff1a5bf7f56d9c6 (diff)
downloadpkgsubmit-5707b70182eeadba81291bd017c1886d63f90897.tar
pkgsubmit-5707b70182eeadba81291bd017c1886d63f90897.tar.gz
pkgsubmit-5707b70182eeadba81291bd017c1886d63f90897.tar.bz2
pkgsubmit-5707b70182eeadba81291bd017c1886d63f90897.tar.xz
pkgsubmit-5707b70182eeadba81291bd017c1886d63f90897.zip
typo
Diffstat (limited to 'test_index.php')
-rw-r--r--test_index.php2
1 files changed, 1 insertions, 1 deletions
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
);