We fixed this by editing the file plugins/revisionary/admin/admin_rvy.php and changing the following line:
if ( $admin_notify && ! empty($post_arr['prev_cc_user']) ) {
to become:
if ( $admin_notify ) {
We fixed this by editing the file plugins/revisionary/admin/admin_rvy.php and changing the following line:
if ( $admin_notify && ! empty($post_arr['prev_cc_user']) ) {
to become:
if ( $admin_notify ) {