projects
/
project/i18n.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f73411b
)
remove wrong node->vid check for new nodes
6.x-1.7
author
Miro Dietiker
Thu, 9 Sep 2010 23:54:56 +0000 (23:54 +0000)
committer
Miro Dietiker
Thu, 9 Sep 2010 23:54:56 +0000 (23:54 +0000)
i18ntaxonomy/i18ntaxonomy.module
patch
|
blob
|
blame
|
history
diff --git
a/i18ntaxonomy/i18ntaxonomy.module
b/i18ntaxonomy/i18ntaxonomy.module
index
13e281d
..
3f9d3c8
100644
(file)
--- a/
i18ntaxonomy/i18ntaxonomy.module
+++ b/
i18ntaxonomy/i18ntaxonomy.module
@@
-530,9
+530,6
@@
function i18ntaxonomy_form_all_localize(&$item) {
*/
function i18ntaxonomy_node_form(&$form) {
$node = $form['#node'];
- if (!isset($node->vid)) {
- return;
- }
if (!isset($node->taxonomy)) {
$terms = taxonomy_node_get_terms($node);
}