mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
pkgsubmit.php: Redirect to package base details
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
9553790cfc
commit
dda19c8e01
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue