summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-04-26 14:50:39 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2014-04-26 14:50:57 +0200
commitdda19c8e01321726912b417c41d7d25eee5e081f (patch)
tree765d7f71eb6be7fc9266b785c1efd38b7733101b
parent9553790cfc9a3bcb5c4bf2266565862082c26613 (diff)
downloadaur-dda19c8e01321726912b417c41d7d25eee5e081f.tar.gz
aur-dda19c8e01321726912b417c41d7d25eee5e081f.tar.xz
pkgsubmit.php: Redirect to package base details
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r--web/html/pkgsubmit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php
index 1075620f..180a0b24 100644
--- a/web/html/pkgsubmit.php
+++ b/web/html/pkgsubmit.php
@@ -404,7 +404,7 @@ if ($uid):
end_atomic_commit();
- header('Location: ' . get_pkg_uri($pi[0]['pkgname']));
+ header('Location: ' . get_pkgbase_uri($pkgbase_info['pkgbase']));
}
chdir($cwd);