Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChasm committed May 22, 2018
2 parents 2408c69 + 0fa16d3 commit 2928b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dt-notifications/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public static function insert_notification( $args )
'secondary_item_id' => $args['secondary_item_id'],
'notification_name' => $args['notification_name'],
'notification_action' => $args['notification_action'],
'notification_note' => $args['notification_note'],
'notification_note' => "", // notification note is generated (and translated)
'date_notified' => $args['date_notified'],
'is_new' => $args['is_new'],
'field_key' => $args['field_key'],
Expand Down

0 comments on commit 2928b18

Please sign in to comment.