Fix #6507 - sedning test emails
[Pman.Core] / DataObjects / Core_notify.php
index 6cc632a..2cc4a12 100644 (file)
@@ -329,7 +329,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
         }
         
         try {
-            $send->get($this->id, array());
+            $send->get($this->id, array('force' => 1));
         } catch (Exception $e) {
             ob_end_clean();
             return $e;