Change record status: 
Project: 
Introduced in branch: 
7.x-3.x
Description: 

The Rules events for flagging and unflagging are now invoked after hook_flag_flag() and hook_flag_unflag(), respectively, have been invoked.

In Flag 2.x, they were invoked by flag module's own implementation of hook_flag(), flag_flag().

See also http://drupal.org/node/1734814 for the change from hook_flag() to hook_flag_flag() and hook_flag_unflag().

Impacts: 
Module developers