From dda19c8e01321726912b417c41d7d25eee5e081f Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 26 Apr 2014 14:50:39 +0200 Subject: pkgsubmit.php: Redirect to package base details Signed-off-by: Lukas Fleischer --- web/html/pkgsubmit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') 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); -- cgit v1.2.3-54-g00ecf