Drupal node_save action firing in a hook (gotcha)
Recently while developing a website for a client I ran into this issue which is so simple, yet the effects so devastating. First a bit of background. I was trying to use a hook that is fired by an existing action to update some fields on the same node after the action has occurred. This […]