Download & Extend

Small change needed in module code - Taxonomy is not working with the current one

Project:Whatsrelated
Version:master
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Hi,

Instead of the following fragment:

if (function_exists('taxonomy_node_form')) {
$output .= implode('', taxonomy_node_form('node_example', $node));
}

there should be

if (function_exists('taxonomy_node_form')) {
$output .= implode('', taxonomy_node_form('whatsrelated', $node));
}

thus allowing the whatsrelated entries to be catogorized.