summaryrefslogtreecommitdiffstats
path: root/test_index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-04 13:56:42 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-04 13:56:42 +0000
commit7ec3d5f6be0e1182c863a2891e073c6982314e58 (patch)
tree235706c0651dec6a9d5355298001710259245c8c /test_index.php
parent8c74a07aa13073909612de8e9347a82502f84e67 (diff)
downloadpkgsubmit-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.php2
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);
?>