- 🇨🇦Canada m4olivei Grimsby, ON
Unfortunately maintenance for the 7.x version is out of scope for the current maintainers.
Hi
After enabling the module, adding the code implementation, clearing the registry, restarting apache/mysql and browser and cache.
I am trying to invoke the following hook, where submitting changes in node/'nid'/edit
My custom module is "my_module
".
function my_module_node_postupdate($node) {
watchdog('hook_post_action_test', 'The updated node @type id is @nid from @function.', array(
'@nid' => $node->nid,
'@type' => $node->type,
'@function' => __FUNCTION__,
));
}
There's nothing on the watchdog.
Do you see something wrong?
Closed: won't fix
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Unfortunately maintenance for the 7.x version is out of scope for the current maintainers.