X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify.php;h=2cc4a1299c5b5a5b5c662002b0b2206cbe5d5622;hp=6cc632ab553d517b8366eb262da5abcb37b4b76b;hb=7a9f406ccb8a30b0025d1881f47157ab9d1fd758;hpb=c99710918ed71fdf5e2f76869b0c417600b0887b diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 6cc632ab..2cc4a129 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -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;