NotifySend.php
authorEdward <edward@roojs.com>
Tue, 3 Jun 2014 06:15:45 +0000 (14:15 +0800)
committerEdward <edward@roojs.com>
Tue, 3 Jun 2014 06:15:45 +0000 (14:15 +0800)
NotifySend.php

index 2b3529c..4d4e222 100644 (file)
@@ -485,6 +485,7 @@ class Pman_Core_NotifySend extends Pman
         
         if(!empty($notify->evtype) && $notify->evtype == 'campaign_detail::drawWinner'){
             echo "calling :" . $notify->evtype . "\n";
+            return $object->drawWinner($rcpt, $last_sent_date, $notify, $force);
         }
                 
         if (!method_exists($object, 'toEmail')) {