X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify_recur.php;fp=DataObjects%2FCore_notify_recur.php;h=b4f8cd35ea0b1459752cc69dce12db7d628ce30c;hp=514ef385f370fec02c857d8b703be916d910c67d;hb=a85826b62774aee981915b83497bf2bffd3553a4;hpb=7523ccbb86af38b5f9a5998d35807b0b26dcac46 diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index 514ef385..b4f8cd35 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -195,6 +195,13 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject } + function person() + { + $p = DB_DAtaObject::factory('Person'); + $p->get($this->person_id); + return $p; + } + function onUpdate($old, $request,$roo) { $this->generateNotificationsSingle();