Skip to content
Snippets Groups Projects
Commit 28e352c6 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #62035 by scroogie: removed redundant query.

parent 4f0f3764
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment