When i implement hook_action_info(), i found the first para *$node* is
empty.
My question is
function mymodule_myaction_action(&$node, $context = array()) {
$node = $context['node']; // should this line be added?
...
}
Or something else error?
--
A decathlon Drupal developer & programmer
http://blog.eood.cn/
- [development] About hook_action_info() icerain
- Re: [development] About hook_action_info() Vandyk, John K [ENT]
