Skip to content
Snippets Groups Projects
Commit 1023bdb7 authored by Alex Barth's avatar Alex Barth
Browse files

Fix doc.

parent 364589fb
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ function hook_feeds_term_processor_targets_alter(&$targets, $vid) {
* Alter mapping targets for Data table entries. Use this hook to add additional
* target options to the mapping form of Data processor.
*/
function hook_feeds_data_processor_targets(&$fields, $data_table) {
function hook_feeds_data_processor_targets_alter(&$fields, $data_table) {
if ($data_table == mymodule_base_table()) {
$fields['mytable:category'] = array(
'name' => t('Category'),
......
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