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/

Reply via email to