Skip to content

Commit b21173d

Browse files
authored
Merge pull request #90 from psteiwer/dev
Dev
2 parents 6c916b0 + 526e510 commit b21173d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PivotSubscriptions/Subscription.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Method Unsubscribe(pEmail) As %Status
3636
If $LL(tEmailList)=1 {
3737
If ..Emails=pEmail {
3838
// This is the only Email for the subscription, delete subscription
39-
Set tSC=##class(PivotSubscriptions.EventLog).CreateEvent("delete",,..%Id(),$username,..Pivot,..DayOfWeek,..Hour,..Minute,..Format,..Emails,..Name,.tDeleteEvent)
39+
Set tSC=##class(PivotSubscriptions.EventLog).CreateEvent("delete",..%Id(),$username,..Pivot,..DayOfWeek,..Hour,..Minute,..Format,..Emails,..Name,.tDeleteEvent)
4040
Set tSC=##class(PivotSubscriptions.Subscription).%DeleteId(..%Id())
4141
Do tDeleteEvent.UpdateStatus(tSC)
4242
Do tEvent.UpdateStatus(tSC)

PivotSubscriptions/Utils.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Class PivotSubscriptions.Utils
33

44
ClassMethod GetVersion() As %String
55
{
6-
Quit "v1.4.0"
6+
Quit "v1.4.1"
77
}
88

99
/// Utility method for saving and updating global variables

0 commit comments

Comments
 (0)