diff options
Diffstat (limited to 'web/html/pkgdel.php')
-rw-r--r-- | web/html/pkgdel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgdel.php b/web/html/pkgdel.php index eb20967..c522e25 100644 --- a/web/html/pkgdel.php +++ b/web/html/pkgdel.php @@ -26,7 +26,7 @@ if (has_credential(CRED_PKGBASE_DELETE)): ?> <?= __('Deletion of a package is permanent. '); ?> <?= __('Select the checkbox to confirm action.') ?> </p> - <form action="<?= get_uri('/pkgbase/'); ?>" method="post"> + <form action="<?= get_pkgbase_uri($pkgbase_name); ?>" method="post"> <fieldset> <input type="hidden" name="IDs[<?= $base_id ?>]" value="1" /> <input type="hidden" name="ID" value="<?= $base_id ?>" /> |