diff options
Diffstat (limited to 'web')
-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 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); |