X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify_recur.php;h=2a887522ea67dd11d65247987978885e8561fcbe;hp=39fb063a13bc5cc31d6870c1d51e72f63fd404a3;hb=145e67cf492600852184cdd50ca1407302058a76;hpb=eaef7bc28e302b53c2ea84dd6314e571184f265c diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index 39fb063a..2a887522 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -143,6 +143,11 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject if (isset($old[$time])) { // we already have it... + + $oo = clone($old[$time]); + $oo->evtype = $this->method()->name; + $oo->update($old[$time]); + unset($old[$time]); continue; }