Skip to content

Commit

Permalink
include user_email in notification
Browse files Browse the repository at this point in the history
  • Loading branch information
yukuku committed Mar 31, 2014
1 parent c9b5c4a commit b09b7a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/fuel/app/classes/util.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public static function notifyUsers($dapilId, $caleg, $inputs) {
'rating' => $inputs['rating'],
'lembaga' => $caleg->lembaga,
'caleg_name' => $caleg->nama,
'user_email' => $inputs['user_email'],
'caleg_id' => $inputs['caleg_id']
);

Expand Down

0 comments on commit b09b7a2

Please sign in to comment.