diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-09-04 13:56:42 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-09-04 13:56:42 +0000 |
commit | 7ec3d5f6be0e1182c863a2891e073c6982314e58 (patch) | |
tree | 235706c0651dec6a9d5355298001710259245c8c /test_index.php | |
parent | 8c74a07aa13073909612de8e9347a82502f84e67 (diff) | |
download | pkgsubmit-7ec3d5f6be0e1182c863a2891e073c6982314e58.tar pkgsubmit-7ec3d5f6be0e1182c863a2891e073c6982314e58.tar.gz pkgsubmit-7ec3d5f6be0e1182c863a2891e073c6982314e58.tar.bz2 pkgsubmit-7ec3d5f6be0e1182c863a2891e073c6982314e58.tar.xz pkgsubmit-7ec3d5f6be0e1182c863a2891e073c6982314e58.zip |
fix typo
Diffstat (limited to 'test_index.php')
-rw-r--r-- | test_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_index.php b/test_index.php index 55f8643..6754702 100644 --- a/test_index.php +++ b/test_index.php @@ -146,7 +146,7 @@ list($stats, $users, $total, $pkgs) = build_stats($pkgs); $upload_time = get_upload_time(); -$last_pkg = ($_GET['last'] && $total > 0) ? reset($pkgs) : null +$last_pkg = ($_GET['last'] && $total > 0) ? reset($pkgs) : null; publish_stats_headers($stats, $last_pkg); ?> |