Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
370de930
Commit
370de930
authored
Oct 13, 2006
by
Dries Buytaert
Browse files
- Patch
#89044
by beginner: cannot edit parent term.
parent
875e99be
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/taxonomy/taxonomy.module
View file @
370de930
...
...
@@ -1308,7 +1308,7 @@ function taxonomy_admin_term_edit($tid) {
return
drupal_get_form
(
'taxonomy_term_confirm_delete'
,
$tid
);
}
if
(
$term
=
(
array
)
taxonomy_get_term
(
$tid
))
{
return
drupal_get_form
(
'taxonomy_form_term'
,
$term
->
vid
,
$term
);
return
drupal_get_form
(
'taxonomy_form_term'
,
$term
[
'
vid
'
]
,
$term
);
}
return
drupal_not_found
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment