Skip to content

Commit

Permalink
Changed to $current->user_email; See: #204
Browse files Browse the repository at this point in the history
  • Loading branch information
kristineds committed Feb 4, 2016
1 parent 346caed commit 356a7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comment-mail/includes/classes/sub-manage-sub-form-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ public function current_value_for($key_prop)
break;

case 'email':
if(!empty($current->email)) {
return (string)$current->email;
if(!empty($current->user_email)) {
return (string)$current->user_email;
}
break;
}
Expand Down

0 comments on commit 356a7e9

Please sign in to comment.