Skip to content

Commit

Permalink
SAK-40015 Update BaseSiteService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinmarques authored and Miguel Pellicer committed Jun 7, 2018
1 parent e82a6fd commit 0b49868
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ protected void doSave(BaseSite site, boolean isNew)
// track it
String event = site.getEvent();
if (event == null) event = SECURE_UPDATE_SITE;
eventTrackingService().post(eventTrackingService().newEvent(event, site.getReference(), true));
eventTrackingService().post(eventTrackingService().newEvent(event, site.getReference(), site.getId(), true, NotificationService.NOTI_OPTIONAL));

// clear the event for next time
site.setEvent(null);
Expand Down

0 comments on commit 0b49868

Please sign in to comment.