summaryrefslogtreecommitdiff
path: root/modules/path.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/path.module')
-rw-r--r--modules/path.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path.module b/modules/path.module
index 86a9bea07..e48589c05 100644
--- a/modules/path.module
+++ b/modules/path.module
@@ -266,7 +266,7 @@ function path_overview() {
$destination = drupal_get_destination();
while ($data = db_fetch_object($result)) {
- $rows[] = array($data->dst, $data->src, l(t('edit'), "admin/path/edit/$data->pid", array(), $destination), l(t('delete'), "admin/path/delete/$data->pid"));
+ $rows[] = array($data->dst, $data->src, l(t('edit'), "admin/path/edit/$data->pid", array(), $destination), l(t('delete'), "admin/path/delete/$data->pid", array(), $destination));
}
if ($pager = theme('pager', NULL, 50, 0, tablesort_pager())) {