diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-04-26 14:50:39 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-04-26 14:50:57 +0200 |
commit | dda19c8e01321726912b417c41d7d25eee5e081f (patch) | |
tree | 765d7f71eb6be7fc9266b785c1efd38b7733101b | |
parent | 9553790cfc9a3bcb5c4bf2266565862082c26613 (diff) | |
download | aurweb-dda19c8e01321726912b417c41d7d25eee5e081f.tar.xz |
pkgsubmit.php: Redirect to package base details
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r-- | web/html/pkgsubmit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 1075620..180a0b2 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); |