Is it a bad idea to call node_save inside hook_insert? I have a custom content type; inside its hook_insert I do node_save on another custom content type. But I noticed that the original node (hook_insert) wasn't saved but the second node was (node_save). Is this a no-no? Or any workarounds?
Thanks
Read »








