summaryrefslogtreecommitdiff
path: root/modules/path
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-11-17 06:57:59 +0000
committerDries Buytaert <dries@buytaert.net>2006-11-17 06:57:59 +0000
commit28e352c60f8d265594a38454719308c82b25270e (patch)
treecaa713c3f8cc6a4e086e42deba67eff6c046c207 /modules/path
parent4f0f3764309211f91ed53ac945bd8123300cea82 (diff)
downloadbrdo-28e352c60f8d265594a38454719308c82b25270e.tar.gz
brdo-28e352c60f8d265594a38454719308c82b25270e.tar.bz2
- Patch #62035 by scroogie: removed redundant query.
Diffstat (limited to 'modules/path')
-rw-r--r--modules/path/path.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path/path.module b/modules/path/path.module
index e83e38376..469052c64 100644
--- a/modules/path/path.module
+++ b/modules/path/path.module
@@ -88,7 +88,7 @@ function path_admin_edit($pid = 0) {
if ($pid) {
$alias = path_load($pid);
drupal_set_title($alias['dst']);
- $output = path_form(path_load($pid));
+ $output = path_form($alias);
}
else {
$output = path_form();